検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 126 for Log (0.012 sec.)
Constructs EvStat watcher object 5982
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... ty Watcher priority 例 例1 Monitor changes of /var/log/messages <?php // Use 10 second update interval. $ ... w = new EvStat ( "/var/log/messages" , 8 , function ( $w ) { echo "/var/log/m ...
https://man.plustar.jp/php/evstat.construct.html - [similar]
Returns the values most recently detected by Ev 5897
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... n page for details. 例 例1 Monitor changes of /var/log/messages <?php // Use 10 second update interval. $ ... w = new EvStat ( "/var/log/messages" , 8 , function ( $w ) { echo "/var/log/m ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
php.ini ディレクティブのリスト 5848
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... INI_ALL error_append_string NULL PHP_INI_ALL error_log NULL PHP_INI_ALL error_prepend_string NULL PHP_INI ... PHP_INI_ALL expect.timeout "10" PHP_INI_ALL expect.loguser "1" PHP_INI_ALL expect.logfile "" PHP_INI_ALL ... TEM fastcgi.impersonate "0" PHP_INI_SYSTEM fastcgi.logging "1" PHP_INI_SYSTEM file_uploads "1" PHP_INI_SY ... "0" PHP_INI_ALL ldap.max_links "-1" PHP_INI_SYSTEM log_errors "0" PHP_INI_ALL log_errors_max_len "1024" P ...
https://man.plustar.jp/php/ini.list.html - [similar]
PostgreSQL 接続のトレースを有効にする 5725
« pg_socket pg_transaction_status » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを有効に ... することは有用です。試しに grep '^To backend' trace.log を実行し、実際に PostgreSQL サーバーに送信される ク ... st" ); if ( $pgsql_conn ) { pg_trace ( '/tmp/trace.log' , 'w' , $pgsql_conn ); pg_query ( "SELECT 1" ); p ... g_untrace ( $pgsql_conn ); // /tmp/trace.log にバックエンドの通信が記録される } else { print pg ...
https://man.plustar.jp/php/function.pg-trace.html - [similar]
Creates EvTimer stopped watcher object 5676
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... object on success. 例 例1 Monotor changes of /var/log/messages. Avoid missing updates by means of one se ... attr ()[ 'size' ]); }); $stat = new EvStat ( "/var/log/messages" , 0. , function () use ( $timer ) { // R ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
5664
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... watcher -> stop (); }); Ev :: run (); ?> 例10 /var/log/messages の変更の監視 <?php // 更新間隔を 10 秒にし ... ます $w = new EvStat ( "/var/log/messages" , 8 , function ( $w ) { echo "/var/log/m ... ); $w -> stop (); } }); Ev :: run (); ?> 例11 /var/log/messages の変更の監視 (1 秒の遅延を使って、更新を見 ... attr ()[ 'size' ]); }); $stat = new EvStat ( "/var/log/messages" , 0. , function () use ( $timer ) { // タ ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Swoole 関数 5639
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... error code of the latest system call swoole_error_log — Output error messages to the log swoole_event_ad ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
mysqli のエラー報告モードを設定する 5615
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... 00" ); } catch ( mysqli_sql_exception $e ) { error_log ( $e -> __toString ()); } 例2 手続き型 <?php /* ac ... 00" ); } catch ( mysqli_sql_exception $e ) { error_log ( $e -> __toString ()); } 例3 Error reporting exce ... 00" ); } catch ( mysqli_sql_exception $e ) { error_log ( $e -> __toString ()); } 参考 mysqli_sql_exceptio ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
実行時設定 5615
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... I_SYSTEM pgsql.ignore_notice "0" PHP_INI_ALL pgsql.log_notice "0" PHP_INI_ALL PHP_INI_* モードの詳細および ... ックエンドの通知メッセージを無視するかどうか。 pgsql.log_notice int PostgreSQL バックエンドの通知メッセージ ...
https://man.plustar.jp/php/pgsql.configuration.html - [similar]
文字列のコードを評価し、動的に関数を作成する 5590
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... unction ( '$a,$b' , 'return "ln($a) + ln($b) = " . log($a * $b);' ); echo $newfunc ( 2 , M_E ) . "\n" ; ? ... ion( $a , $b ) { return "ln( $a ) + ln( $b ) = " . log ( $a * $b ); }; echo $newfunc ( 2 , M_E ) . "\n" ; ... $b' , 'if ($a > 0 && $b != 0) {return "ln(a)/b = ".log($a)/$b; } else { return false; }' ) ); echo "\nUsi ... { if ( $a > 0 && $b != 0 ) {return "ln(a)/b = " . log ( $a )/ $b ; } else { return false ; } } ); echo " ...
https://man.plustar.jp/php/function.create-function.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT