downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/ref.funchand.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.funchand.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'ref.funchand.php',
   
1 => 'Function handling Functions',
  ),
 
'up' =>
  array (
   
0 => 'book.funchand.php',
   
1 => 'Function Handling',
  ),
 
'prev' =>
  array (
   
0 => 'funchand.constants.php',
   
1 => 'Predefined Constants',
  ),
 
'next' =>
  array (
   
0 => 'function.call-user-func-array.php',
   
1 => 'call_user_func_array',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">Function handling Functions</h1>

 















































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.call-user-func-array.php">call_user_func_array</a> — Call a user function given with an array of parameters</li><li><a href="function.call-user-func.php">call_user_func</a> — Call a user function given by the first parameter</li><li><a href="function.create-function.php">create_function</a> — Create an anonymous (lambda-style) function</li><li><a href="function.forward-static-call-array.php">forward_static_call_array</a> — Call a static method and pass the arguments as array</li><li><a href="function.forward-static-call.php">forward_static_call</a> — Call a static method</li><li><a href="function.func-get-arg.php">func_get_arg</a> — Return an item from the argument list</li><li><a href="function.func-get-args.php">func_get_args</a> — Returns an array comprising a function's argument list</li><li><a href="function.func-num-args.php">func_num_args</a> — Returns the number of arguments passed to the function</li><li><a href="function.function-exists.php">function_exists</a> — Return TRUE if the given function has been defined</li><li><a href="function.get-defined-functions.php">get_defined_functions</a> — Returns an array of all defined functions</li><li><a href="function.register-shutdown-function.php">register_shutdown_function</a> — Register a function for execution on shutdown</li><li><a href="function.register-tick-function.php">register_tick_function</a> — Register a function for execution on each tick</li><li><a href="function.unregister-tick-function.php">unregister_tick_function</a> — De-register a function for execution on each tick</li></ul>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites