検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 653 for static (0.044 sec.)
Represents a position (x,y) 3697
« インストール手順 UI\Point::at » PHP Manual UI Represents a position (x,y) Represents a positio ... ruct ( float $x , float $y ) /* メソッド */ public static at ( float $point ): UI\Point public static at ( U ...
https://man.plustar.jp/php/class.ui-point.html - [similar]
Represents dimensions (width, height) 3697
« UI\Point::setY UI\Size::__construct » PHP Manual UI Represents dimensions (width, height) Repr ... tHeight (): float public getWidth (): float public static of ( float $size ): UI\Size public static of ( UI\ ...
https://man.plustar.jp/php/class.ui-size.html - [similar]
停止した EvCheck ウォッチャーのインスタンスを作る 3697
« EvCheck::__construct EvChild » PHP Manual EvCheck 停止した EvCheck ウォッチャーのインスタンスを ... ウォッチャーのインスタンスを作る 説明 final public static EvCheck::createStopped ( string $callback , string ... ing , createStopped , priority , callback , data , static , public ...
https://man.plustar.jp/php/evcheck.createstopped.html - [similar]
サンプル 3697
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 93 - スーパーグローバルとスコープの例 Example#94 - static 変数が必要な場面の例 Example#95 - static 変数の使用 ... 例 Example#96 - 再帰関数でのstatic変数の使用 Example#97 - static 変数の宣言 Example#98 ... - 継承されたメソッドのstatic 変数を使う Example#99 - 可変プロパティの例 Example ... 数の例 Example#178 - 可変メソッドの例 Example#179 - staticプロパティを含む可変メソッドの例 Example#180 - 複雑な ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
dotnet クラス 3668
« com::__construct dotnet::__construct » PHP Manual COM dotnet クラス dotnet クラス (PHP 4 >= 4. ... たりプロパティにアクセスしたりできるようになります。 staticクラス をインスタンス化したり、staticメソッド を呼び ... ート , オブジェクト , construct , アクセス , 注意 , static , アセンブリ ...
https://man.plustar.jp/php/class.dotnet.html - [similar]
The Event class 3668
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... ) public del (): bool public free (): void public static getSupportedMethods (): array public pending ( int ... ase , callable $cb , mixed $arg = ? ): bool public static signal ( EventBase $base , int $signum , callable ... $cb , mixed $arg = ? ): Event public static timer ( EventBase $base , callable $cb , mixed $ar ...
https://man.plustar.jp/php/class.event.html - [similar]
The Swoole\WebSocket\Server class 3668
« Swoole\WebSocket\Frame Swoole\WebSocket\Server::exist » PHP Manual Swoole The Swoole\WebSocket ... ent_name , callable $callback ): ReturnType public static pack ( string $data , string $opcode = ? , string ... ng $opcode = ? , string $finish = ? ): void public static unpack ( binary $data ): string /* 継承したメソッド ...
https://man.plustar.jp/php/class.swoole-websocket-server.html - [similar]
関数またはクラスのフラグを 取得/設定 する 3668
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uop ... ool) ( uopz_flags ( "Test" , "method" ) & ZEND_ACC_STATIC )); var_dump ( uopz_flags ( "Test" , "method" , $f ... lags | ZEND_ACC_STATIC | ZEND_ACC_PRIVATE )); var_dump ((bool) ( uopz_fla ... ool) ( uopz_flags ( "Test" , "method" ) & ZEND_ACC_STATIC )); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
Get the current mock for a class 3668
« uopz_get_hook uopz_get_property » PHP Manual Uopz 関数 Get the current mock for a class uopz_g ... 例1 uopz_get_mock() example <?php class A { public static function who () { echo "A" ; } } class mockA { pub ... lic static function who () { echo "mockA" ; } } uopz_set_mock ...
https://man.plustar.jp/php/function.uopz-get-mock.html - [similar]
Gets value of class or instance property 3668
« uopz_get_mock uopz_get_return » PHP Manual Uopz 関数 Gets value of class or instance property ... ce , string $property ): mixed Gets the value of a static class property, if class is given, or the value of ... opz_get_property() Usage <?php class Foo { private static $staticBar = 10 ; private $bar = 100 ; } $foo = ne ... w Foo ; var_dump ( uopz_get_property ( 'Foo' , 'staticBar' )); var_dump ( uopz_get_property ( $foo , 'bar ...
https://man.plustar.jp/php/function.uopz-get-property.html - [similar]