|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-03 10:35 UTC] mfischer@php.net
[2004-09-10 16:49 UTC] vrana@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 14:00:01 2025 UTC |
Description: ------------ It should be mentioned on the documentation page that func_get_args() can't be used as a function parameter directly, e.g.: $ret = call_user_func_array('mysql_connect', func_get_args());