検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1007 for [SIMILAR] 16 1024 4096 WITH 43098 runkit7 WITH 1... (0.856 sec.)
実行中のジェネレータのトレースを取得する 0
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレータのトレースを取得する ReflectionGenerator::getTrace (PHP 7, PHP 8) ReflectionGenerator::getTrace — 実行中のジェネレータのトレースを取得する 説明 public ReflectionGenerator::getTrace ( int $ ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]
The Common Record Log Function 0
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log (PECL seaslog >=1.0.0) SeasLog::log — The Common Record Log Function 説明 public static SeasLog::log ( string $level , string $message = ? , array $content = ? , string $logger = ? ): bool Th ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
Sets socket options 0
« EventUtil::getSocketName EventUtil::sslRandPoll » PHP Manual EventUtil Sets socket options EventUtil::setSocketOption (PECL event >= 1.6.0) EventUtil::setSocketOption — Sets socket options 説明 public static EventUtil::setSocketOption ( mixed $socket , int $level , int $optname , mixed ...
https://man.plustar.jp/php/eventutil.setsocketoption.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Return values. Always check GearmanClient::error() or GearmanWorker() for a ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
XML 外部エンティティの例 0
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンティティの例 この例は、XML コードに焦点を当てます。この例は、他のドキュメント をインクルードし処理するための外部エンティティリファレンスのハン ドラの使用法およびPIの処理方法、PIが含むコードに関 ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
PHP Callbacks 0
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callbacks It is possible to assign a PHP closure to a native variable of function pointer type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t)(co ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 0
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う uopz_set_mock (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_set_mock — 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 説明 uopz_set_mock ( string $class ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Run a single task and return a result [deprecated] 0
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task and return a result [deprecated] GearmanClient::do (PECL gearman >= 0.5.0) GearmanClient::do — Run a single task and return a result [deprecated] 説明 public GearmanClient::do ( string $functio ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 0
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single task and return a result GearmanClient::doNormal (No version information available, might only be in Git) GearmanClient::doNormal — Run a single task and return a result 説明 public GearmanCl ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]