diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 610744dd4d..693e66ce56 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -8,7 +8,7 @@ instead --> - + Filesystem functions Filesystem @@ -562,7 +562,7 @@ $df = disk_total_space("/"); // $df contains the total number of $num fields in line $row:
"; $row++; @@ -1959,7 +1959,7 @@ if($fp){ stringfilename - Returns &true; if the filename exists and is a regular file, &false; otherwise. + Returns &true; if the filename exists and is a regular file. The results of this function are cached. See diff --git a/reference/filesystem/functions/fgetcsv.xml b/reference/filesystem/functions/fgetcsv.xml index 98f2e631aa..dc857fb685 100644 --- a/reference/filesystem/functions/fgetcsv.xml +++ b/reference/filesystem/functions/fgetcsv.xml @@ -1,5 +1,5 @@ - + @@ -58,7 +58,7 @@ $num fields in line $row:
\n"; $row++;