検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 167 for Level (0.003 sec.)
出力する PHP エラーの種類を設定する 6893
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する ... の種類を設定する 説明 error_reporting ( ? int $error_level = null ): int error_reporting() 関数は、 error_rep ... 実行時間)のレベルが設定されます。 オプションの error_level を指定しなかった場合は、 error_reporting() は単に現 ... 在のエラーレベルを返します。 パラメータ error_level 新しい error_reporting レベル。ビットマスクまたは名 ... 変更前の error_reporting レベルを返します。 error_level パラメータを指定しなかった場合は、現在のレベルを返 ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]
ソケットのオプションを設定する 6893
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する so ... する 説明 socket_set_option ( Socket $socket , int $level , int $option , array | string | int $value ): boo ... l socket_set_option() 関数は、 level が指すプロトコルレベルでソケット socket のオプショ ... _accept() で作成した Socket クラスのインスタンス。 level level パラメータは、オプションのプロトコルレベルを ... 。 例えば、オプションをソケットレベルで取得するには level パラメータに SOL_SOCKET を指定します。 TCP のような ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
現在の有効なサブイテレータを取得する 6893
« RecursiveIteratorIterator::getMaxDepth RecursiveIteratorIterator::key » PHP Manual RecursiveIt ... RecursiveIteratorIterator::getSubIterator ( ? int $level = null ): ? RecursiveIterator 警告 この関数は、 現 ... ん。引数のリストのみが 記述されています。 パラメータ level 戻り値 成功時に、現在の有効なサブイテレータを返しま ... に null を返します。 変更履歴 バージョン 説明 8.0.0 level は、nullable になりました。 関連キーワード: サブイ ...
https://man.plustar.jp/php/recursiveiteratoriterator.getsubiterator.html - [similar]
実行時設定 6769
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... YSTEM seaslog.appender_retry 0 PHP_INI_ALL seaslog.level 8 PHP_INI_ALL seaslog.remote_host 127.0.0.1 PHP_IN ... ignored; when closed, a warning is thrown. seaslog.level int Record logger level. Default 8 (All of them). ... he value, the more logs are taken according to the level: 0-all 1-debug 2-info 3-notice 4-warning 5-error 6 ... , that's mean,default log style is: {dateTime} | {level} | {pid} | {uniqid} | {timeStamp} | {logInfo} If y ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
出力バッファリング機構のネストレベルを返す 6701
« ob_get_length ob_get_status » PHP Manual 出力制御 関数 出力バッファリング機構のネストレベルを返 ... す ob_get_level (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_level ... 力バッファリング機構のネストレベルを返す 説明 ob_get_level (): int 出力バッファリングハンドラのネストレベルを ...
https://man.plustar.jp/php/function.ob-get-level.html - [similar]
クオータレベルの設定、メールボックス毎の使用状況を取得する 6576
« imap_gc imap_get_quotaroot » PHP Manual IMAP 関数 クオータレベルの設定、メールボックス毎の使用 ... " ); if ( is_array ( $quota_value )) { echo "Usage level is: " . $quota_value [ 'usage' ]; echo "Limit leve ... = $quota_values [ 'STORAGE' ]; echo "STORAGE usage level is: " . $storage [ 'usage' ]; echo "STORAGE limit ... = $quota_values [ 'MESSAGE' ]; echo "MESSAGE usage level is: " . $message [ 'usage' ]; echo "MESSAGE limit ...
https://man.plustar.jp/php/function.imap-get-quota.html - [similar]
ユーザー単位のクォータ設定を取得する 6451
« imap_get_quota imap_getacl » PHP Manual IMAP 関数 ユーザー単位のクォータ設定を取得する imap_ge ... torage = $quota [ 'STORAGE' ]; echo "STORAGE usage level is: " . $storage [ 'usage' ]; echo "STORAGE limit ... essage = $quota [ 'MESSAGE' ]; echo "MESSAGE usage level is: " . $message [ 'usage' ]; echo "MESSAGE limit ...
https://man.plustar.jp/php/function.imap-get-quotaroot.html - [similar]
出力バッファのステータスを取得する 6451
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... は、 以下の要素を保持する配列が返されます。 Array ( [level] => 2 [type] => 0 [status] => 0 [name] => URL-Rewr ... ] => 1 ) 単純な ob_get_status() の出力結果 キー 値 level 出力階層レベル type 0 (内部ハンドラ) あるいは 1 (ユ ... チャンクの大きさ size ... blocksize ... 参考 ob_get_level() - 出力バッファリング機構のネストレベルを返す ob_ ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
Warning クラス 6394
« TableUpdate::where Warning::__construct » PHP Manual Mysql_xdevapi Warning クラス Warning クラ ... ing { /* プロパティ */ public $ message ; public $ level ; public $ code ; /* Constructor */ private __cons ... truct () } プロパティ message level code 目次 Warning::__construct — Warning のコンスト ...
https://man.plustar.jp/php/class.mysql-xdevapi-warning.html - [similar]
文字列フィルタ 6394
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... rite ( $fp , "<b>bolded text</b> enlarged to a <h1>level 1 heading</h1>\n" ); fclose ( $fp ); /* 出力: bold ... ed text enlarged to a level 1 heading */ $fp = fopen ( 'php://output' , 'w' ); ... rite ( $fp , "<b>bolded text</b> enlarged to a <h1>level 1 heading</h1>\n" ); fclose ( $fp ); /* 出力: bold ... ed text enlarged to a level 1 heading */ ?> 関連キーワード: フィルタ , string ...
https://man.plustar.jp/php/filters.string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT