検索

phrase: max: clip:
target: order:
Results of 781 - 790 of about 1070 for Dump (0.129 sec.)
Phar ファイルエントリのフラグを返す 2628
« PharFileInfo::getMetadata PharFileInfo::hasMetadata » PHP Manual PharFileInfo Phar ファイルエン ... e.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; var_dump ( $file -> getPharFlags ()); } catch ( Exception $ ...
https://man.plustar.jp/php/pharfileinfo.getpharflags.html - [similar]
ファイルエントリの CRC が検証されているかどうかを調べる 2628
« PharFileInfo::hasMetadata PharFileInfo::isCompressed » PHP Manual PharFileInfo ファイルエントリ ... e.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; var_dump ( $file -> isCRCChecked ()); } catch ( Exception $ ...
https://man.plustar.jp/php/pharfileinfo.iscrcchecked.html - [similar]
Creates a new Pool of Workers 2628
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... ( 8 , \ MyWorker ::class, [new Something ()]); var_dump ( $pool ); ?> 上の例の出力は以下となります。 objec ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Submits an object for execution 2628
« Pool::shutdown Pool::submitTo » PHP Manual Pool Submits an object for execution Pool::submit ( ... mething ()]); $pool -> submit (new MyWork ()); var_dump ( $pool ); ?> 上の例の出力は以下となります。 objec ...
https://man.plustar.jp/php/pool.submit.html - [similar]
Submits a task to a specific worker for execution 2628
« Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool ... sk extends Threaded { public function run () { var_dump ( Thread :: getCurrentThreadID ()); } } $pool = ne ...
https://man.plustar.jp/php/pool.submitTo.html - [similar]
例外によるエラー処理を使っているかどうかを調べる 2628
« RarException RarException::setUsingExceptions » PHP Manual RarException 例外によるエラー処理を ... ) の例 <?php // デフォルトでは例外を使いません var_dump ( RarException :: isUsingExceptions ()); ?> 上の例 ...
https://man.plustar.jp/php/rarexception.isusingexceptions.html - [similar]
現在のエントリのイテレータが取得可能かどうかを返す 2628
« RecursiveRegexIterator::getChildren RecursiveTreeIterator » PHP Manual RecursiveRegexIterator ... HES ); foreach ( $rRegexIterator as $value ) { var_dump ( $rRegexIterator -> hasChildren ()); } ?> 上の例の ...
https://man.plustar.jp/php/recursiveregexiterator.haschildren.html - [similar]
Differences from Standard Lua 2628
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... oxing. debug.traceback() remains available. string.dump() , as it may expose internal data. collectgarbage ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
ドキュメントコメントを取得する 2628
« ReflectionClass::getDefaultProperties ReflectionClass::getEndLine » PHP Manual ReflectionClass ... { } $rc = new ReflectionClass ( 'TestClass' ); var_dump ( $rc -> getDocComment ()); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/reflectionclass.getdoccomment.html - [similar]
クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得する 2628
« ReflectionClass::getEndLine ReflectionClass::getExtensionName » PHP Manual ReflectionClass クラ ... ss' ); $extension = $class -> getExtension (); var_dump ( $extension ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/reflectionclass.getextension.html - [similar]