exemple:
$path = $serendipity['serendipityPath'];
($path . $file);
($path . $file, 'w');
($path . $file, 0700);
$path = array();
$path = array_merge
($path, explode(PATH_SEPARATOR, $_SERVER['PATH'])):
$path as $dir)
..............
Code: Select all
$path[] = '/usr/X11R6/bin';
$path[] = '/usr/bin';
$path[] = '/usr/local/bin';
Code: Select all
$path[] = '/usr/X11R6/bin';
$path[] = '/usr/bin';
$path[] = '/usr/local/bin';
Code: Select all
$path = array();