|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
Totally wrong :) <? $a = array ( 'foo' => 1, 'FooBAR' => 2 ); print_r(array_change_key_case($a)); ?> Output on 4.2.3 : Array ( [foo] => 1 [foobar] => 2 ) Cheers, Mehdi