<pre>
<?php
$tablica
=
get_defined_functions
( );
print_r
(
$tablica
);
?>
</pre>