Get an array with the names of the functions of a module in PHP

Description

The following code shows how to get an array with the names of the functions of a module.

Example


//from  w  ww . jav a  2  s. co  m
//Prints the XML functions
<?php
print_r(get_extension_funcs("xml"));
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Development »




Environment
Error
Hash
Include
Locale
Math
Network
Output
Reflection
PHP Regular Expressions