| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
uopz_compose(PECL uopz 1, PECL uopz 2) uopz_compose — Compose a class 警告
This function has been REMOVED in PECL uopz 5.0.0. 説明
void uopz_compose
( string
$name
, array $classes
[, array $methods
[, array $properties
[, int $flags
]]] )Creates a new class of the given name that implements, extends, or uses all of the provided classes パラメータ
返り値
例例1 uopz_compose() example
<?php上の例の出力は、 たとえば以下のようになります。
array(1) {
["myTrait"]=>
string(7) "myTrait"
}
array(1) {
["myClass"]=>
string(7) "myClass"
}
array(1) {
["myInterface"]=>
string(11) "myInterface"
}
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「uopz_compose - Compose a class」をGoogle検索
|