検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 1866 for [SIMILAR] 16 1024 4096 WITH 41041 宣言 WITH 9925... (0.945 sec.)
Traversable インターフェイス 0
« 定義済みのインターフェイスとクラス Iterator » PHP Manual 定義済みのインターフェイスとクラス Traversable インターフェイス Traversable インターフェイス (PHP 5, PHP 7, PHP 8) はじめに そのクラスの中身が foreach を使用してたどれるかどうかを検出するインターフェイスです。 これは抽象インターフ ...
https://man.plustar.jp/php/class.traversable.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 0
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への移行 名前空間の使用法: グローバル関数/定数への移行 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間内で、PHP が未定義のクラス名や関数、定数に出会った場合、 それぞれに応じて異なる優先順位で解決を行いま ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
はじめに 0
« クラスとオブジェクト クラスの基礎 » PHP Manual クラスとオブジェクト はじめに はじめに PHP には完全なオブジェクトモデルが搭載されています。 搭載されている機能には アクセス権 、 abstract クラスやメソッド、 final クラスやメソッド、 新たな マジックメソッド 、 インターフェイス 、 オブジェク ...
https://man.plustar.jp/php/oop5.intro.html - [similar]
Swoole 0
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Swoole 関数 swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read file stre ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Add callback function to the next event loop 0
« swoole_event_add swoole_event_del » PHP Manual Swoole 関数 Add callback function to the next event loop swoole_event_defer (PECL swoole >= 1.9.0) swoole_event_defer — Add callback function to the next event loop 説明 swoole_event_defer ( callable $callback ): bool パラメータ callback 戻 ...
https://man.plustar.jp/php/function.swoole-event-defer.html - [similar]
Set a callback for accepting incremental data updates 0
« GearmanClient::setWarningCallback GearmanClient::timeout » PHP Manual GearmanClient Set a callback for accepting incremental data updates GearmanClient::setWorkloadCallback (PECL gearman >= 0.5.0) GearmanClient::setWorkloadCallback — Set a callback for accepting incremental data update ...
https://man.plustar.jp/php/gearmanclient.setworkloadcallback.html - [similar]
Register callback function by event name. 0
« Swoole\Http\Client::isConnected Swoole\Http\Client::post » PHP Manual Swoole\Http\Client Register callback function by event name. Swoole\Http\Client::on (PECL swoole >= 1.9.0) Swoole\Http\Client::on — Register callback function by event name. 説明 public Swoole\Http\Client::on ( strin ...
https://man.plustar.jp/php/swoole-http-client.on.html - [similar]
Delay execution of the callback function at the end of current EventLoop. 0
« Swoole\Server::__construct Swoole\Server\Port::__construct » PHP Manual Swoole\Server Delay execution of the callback function at the end of current EventLoop. Swoole\Server::defer (PECL swoole >= 1.9.0) Swoole\Server::defer — Delay execution of the callback function at the end of curr ...
https://man.plustar.jp/php/swoole-server.defer.html - [similar]
PHP 7.3.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別しない定数 大文字小文字を区別せず、定数を宣言することは推奨されません。 define() 関数の第3引数に true を渡すと ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]