Hi, you have reached the wrong address. Please refer to information on http://php.net/support.php to get help.
(function and method names are case insensitive in PHP, in some locales (mostly Turkish) and some versions of PHP there are issues with case insensitivity and the letter I but in general using uppercase is fine and correct) johannes On Fri, 2013-09-06 at 18:49 +0800, 付胜滨 wrote: > $collection->batchInsert($users); > > > to: > > > $collection->batchinsert($users); > > > > > 谢谢~合作愉快~~ > -------------------------------------------- > 付胜滨 > 邮箱:[email protected] > 手机:15901133210 > 电话:62266296-7081 > QQ :55532869 > > 在 2013-9-6,下午6:46,付胜滨 <[email protected]> 写道: > > > > > > > http://php.net/manual/en/mongocollection.batchinsert.php > > > > > > Must be lowercase "i" in batchInsert!!! > > > > > > > > > > > > 谢谢~合作愉快~~ > > -------------------------------------------- > > 付胜滨 > > 邮箱:[email protected] > > 手机:15901133210 > > 电话:62266296-7081 > > QQ :55532869 > > > > > > -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
