|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-04-11 13:06 UTC] edcesar at edcesar dot com
[2017-04-11 13:15 UTC] bwoebi@php.net
-Type: Bug
+Type: Documentation Problem
[2017-04-11 13:19 UTC] peehaa@php.net
-Status: Open
+Status: Not a bug
-Type: Documentation Problem
+Type: Bug
[2017-04-11 13:19 UTC] peehaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 16:00:01 2025 UTC |
Description: ------------ The example of user Rami jamleh is this: $placeholder = substr(str_repeat('?,',count($keys),0,-1)); The correct would be: $place_holders = substr(str_repeat('?,',count($keys)),0,-1);