Changes
GPL
LGPL
static null autoload( string $className)
static string getBrowserLang( )
static string getClassFile( string $class)
static string header( [string $mode = 'http'], [resource $conn = null])
static boolean isForum( string $html)
static boolean myErrorHandler( int $errno, string $errstr, string $errfile, int $errline)
I18N_Arabic __construct( string $library, [boolean $useAutoload = false], [boolean $useException = false], [boolean $compatibleMode = true])
void __destruct( )
string convert( string $str, [string $inputCharset = null], [string $outputCharset = null])
string coreConvert( string $str, string $inputCharset, string $outputCharset)
string getInputCharset( )
string getOutputCharset( )
null load( string $library)
TRUE setInputCharset( string $charset)
boolean setOutputCharset( string $charset)
The __call( string $methodName, array $arguments)
That way __call() can be used to implement user defined method handling that depends on the name of the actual method being called.