drtanz Posted August 3, 2007 Share Posted August 3, 2007 hi sorry if this question is a bit simple but i cant find what this means when you have a comma after a bracket as in for example php list(, $value) anyone could explain why that comma is there or at least what its called so i can read about it? thanks Quote Link to comment https://forums.phpfreaks.com/topic/63196-meaning-of-comma-after-bracket-eg-php-list-value/ Share on other sites More sharing options...
sKunKbad Posted August 3, 2007 Share Posted August 3, 2007 list is a way to turn array values into variables, and leaving out variables just skips that array value. read : http://www.php.net/manual/en/function.list.php Quote Link to comment https://forums.phpfreaks.com/topic/63196-meaning-of-comma-after-bracket-eg-php-list-value/#findComment-314972 Share on other sites More sharing options...
drtanz Posted August 3, 2007 Author Share Posted August 3, 2007 thanks Quote Link to comment https://forums.phpfreaks.com/topic/63196-meaning-of-comma-after-bracket-eg-php-list-value/#findComment-315003 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.