This blog will give you all kind of Open Source help like Drupal, Zend, Symfony, Joomla and Magento.
<?phpfunction foo() { $numargs = func_num_args(); echo "Number of arguments: $numargs\n"; } foo(1, 2, 3); // Prints 'Number of arguments: 3'?>
No comments:
Post a Comment