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, 05 Sep 2008

view this page in

deaggregate

(PHP 4 >= 4.2.0)

deaggregate 集約されたメソッドやプロパティをオブジェクトから取り除く

説明

void deaggregate ( object $object [, string $class_name ] )

オブジェクトに集約されたクラスのメソッドやプロパティを取り除きます。

パラメータ

object

class_name

オプションのパラメータ class_name が指定された場合は そのクラスで定義されているメソッドやプロパティのみが削除され、 それ以外の場合は集約されたすべてのメソッドやプロパティが削除されます。

返り値

値を返しません。



add a note add a note User Contributed Notes
deaggregate
There are no user contributed notes for this page.

変数操作> <オブジェクトの集約関数
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites