1-INSTALL
2-CHANGES
3-GPL
4-LGPL
[line 111]
[line 110]
I18N_Arabic __construct( string $library)
void __destruct( )
string convert( string $str, [string $inputCharset = null], [string $outputCharset = null])
string coreConvert( string $str, string $inputCharset, string $outputCharset)
string getInputCharset( )
string getOutputCharset( )
void load( $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.