mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix truncated comment in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335963 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ccb86fb6f
commit
a6685adf7a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
$file = new SplFileObject("misc.txt");
|
||||
while ($userinfo = $file->fscanf("%s %s %s")) {
|
||||
list ($name, $profession, $countrycode) = $userinfo;
|
||||
// Do something with $name $professi
|
||||
// Do something with $name $profession $countrycode
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue