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 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 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 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
Archived
This topic is now archived and is closed to further replies.