ID:               28842
 Updated by:       [EMAIL PROTECTED]
 Reported By:      demenev at on-line dot jar dot ru
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: N/A
 PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.


Previous Comments:
------------------------------------------------------------------------

[2004-06-19 17:21:16] demenev at on-line dot jar dot ru

Description:
------------
ftp_exec returns boolean, and example of this function in manual uses
return value of this function as it was a string:

if ($res = ftp_exec($conn_id, $command)) {
 echo "$command executed successfully<br />\n";
 echo nl2br($res);
} else {
 echo 'could not execute ' . $command;
}





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28842&edit=1

Reply via email to