mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed function name in example (thanks Thomas Gillis)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301422 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2ab5985e8b
commit
55ac051503
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<?php
|
||||
|
||||
$profile = array("username" => "foobity",
|
||||
"pic" => new MongoBinData(get_file_contents("gravatar.jpg"))
|
||||
"pic" => new MongoBinData(file_get_contents("gravatar.jpg"))
|
||||
);
|
||||
|
||||
$users->save($profile);
|
||||
|
|
Loading…
Reference in a new issue