検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 147 for OUT (0.002 sec.)
現在のバッファの内容を取得し、出力バッファを削除する 7007
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファ ... 。 出力バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_CLEANABLE および PHP_OUTPUT_HANDLER_REM ... an() の例 <?php ob_start (); echo "Hello World" ; $out = ob_get_clean (); $out = strtolower ( $out ); var ... _dump ( $out ); ?> 上の例の出力は以下となります。 string(11) "h ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]
Pause the CPU usage timer 7007
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... doWait ( 1.1 ); } ] ); echo "This should not time out...\n" ; $sandbox -> loadString ( 'php.test()' )-> ... call (); echo "This should time out.\n" ; try { $sandbox -> loadString ( 'php.test2()' ... (); echo "It did not?\n" ; } catch ( LuaSandboxTimeoutError $ex ) { echo "It did! " . $ex -> getMessage ( ... 上の例の出力は以下となります。 This should not time out... This should time out. It did! The maximum execu ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
The EvTimer class 6795
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... ime, that is, if one registers an event that times out after an hour and resets the system clock to Janua ... ry last year , it will still time out after(roughly) one hour. "Roughly" because detecti ... ack is guaranteed to be invoked only after its timeout has passed (not at, so on systems with very low-re ... ame loop iteration then the ones with earlier time-out values are invoked before ones of the same priorit ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
フィルタを適用するときにコールされる 6795
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... php_user_filter::filter ( resource $in , resource $out , int &$consumed , bool $closing ): int このメソッ ... のオブジェクトに、フィルタ対象のデータが含まれます。 out out はもう一つの バケット群 を指すリソースで、 変更 ... 意味 PSFS_PASS_ON フィルタの処理が成功し、データが out バケット群 に保存されました。 PSFS_FEED_ME フィルタ ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を... 6748
« sapi_windows_set_ctrl_handler show_source » PHP Manual その他の関数 Windows コンソールの出力バ ... 失敗した場合 false を返します。 起動時に、PHP は STDOUT / STDERR の VT100 の機能を有効にしようとします。こ ... ) でデフォルトの状態を出力する デフォルトでは、 STDOUT / STDERR で VT100 の機能が有効になっています。 php ... -r "var_export(sapi_windows_vt100_support(STDOUT));echo ' ';var_export(sapi_windows_vt100_support(S ... 。 php -r "var_export(sapi_windows_vt100_support(STDOUT));echo ' ';var_export(sapi_windows_vt100_support(S ...
https://man.plustar.jp/php/function.sapi-windows-vt100-support.html - [similar]
文字列のコードページを別のものに変換する 6642
« php_strip_whitespace sapi_windows_cp_get » PHP Manual その他の関数 文字列のコードページを別のも ... p_conv ( int | string $in_codepage , int | string $out_codepage , string $subject ): ? string 文字列のコー ... ジ。 コードページの名前、または識別子を指定します。 out_codepage subject を文字列が変換されるコードページ。 ... 識別子を指定します。 subject 変換する文字列。 戻り値 out_codepage に変換された subject 文字列。 失敗した場合 ...
https://man.plustar.jp/php/function.sapi-windows-cp-conv.html - [similar]
Sets a millisecond timeout for database calls 6583
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... database calls oci_set_call_timeout (PHP 7.2 >= 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, ... PECL OCI8 >= 2.2.0) oci_set_call_timeout — Sets a millisecond timeout for database calls 説 ... 明 oci_set_call_timeout ( resource $connection , int $timeout ): bool Sets ... a timeout limiting the maxium time a database round-trip usi ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
SplFixedArray クラス 6524
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... 2 ); // 以下は RuntimeException: Index invalid or out of range となります try { var_dump ( $array [ "non ... string(3) "foo" RuntimeException: Index invalid or out of range RuntimeException: Index invalid or out of ... range RuntimeException: Index invalid or out of range 目次 SplFixedArray::__construct — 新しい固 ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
実行用に文を準備する 6477
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... ージャが利用可能で、ODBC 仕様で定義されている IN、INOUT および OUT が利用できるものもあります。 しかし、Un ... dbc_execute ( $stmt , array( $a , $b , $c )); ?> INOUTOUT パラメータを用いるストアドプロシージャをコー ... ード: 実行 , 準備 , 文 , IN , パラメータ , prepare , OUT , execute , resource , query ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
Restarts the timer watcher 6419
« EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (P ... again (): void This will act as if the timer timed out and restart it again if it is repeating. The exact ... started but non-repeating, stop it (as if it timed out). if the timer is repeating, either start it if ne ...
https://man.plustar.jp/php/evtimer.again.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT