sathi Posted March 26, 2009 Share Posted March 26, 2009 $err = array(); can you give me explain this function or give some example link for this function in php? Link to comment https://forums.phpfreaks.com/topic/151222-help-about-php/ Share on other sites More sharing options...
Mchl Posted March 26, 2009 Share Posted March 26, 2009 array Link to comment https://forums.phpfreaks.com/topic/151222-help-about-php/#findComment-794390 Share on other sites More sharing options...
kenrbnsn Posted March 26, 2009 Share Posted March 26, 2009 What Mchl did was give you a link to the manual section that describes arrays. "array()" is not a function put is used to create arrays. <?php $x = array(); ?> creates an empty array. Ken Link to comment https://forums.phpfreaks.com/topic/151222-help-about-php/#findComment-794433 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.