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

search for in the

出力制御> <オブジェクトのオーバーロード 関数
Last updated: Fri, 10 Oct 2008

view this page in

overload

(PHP 4 >= 4.2.0)

overloadクラスのプロパティおよびメソッドに関してオーバーロードを可能にする

説明

void overload ( string $class_name )

overload() 関数は、 class_name で指定されたクラスのプロパティと メソッドコールをオーバーロードします。

パラメータ

class_name

オーバーロードするクラス名。

返り値

値を返しません。

このパートの導入部にある を参照ください。



add a note add a note User Contributed Notes
overload
tim at e2-media dot co dot nz
08-Jun-2008 04:35
Note that this function is totally pointless in php5. All it does is set up the same behaviour for a php4 class that already exists in php5.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites