検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 81 for ignore (0.003 sec.)
LDAP フィルタまたは DN で使われる文字列をエスケープする 8250
« ldap_error ldap_exop_passwd » PHP Manual LDAP 関数 LDAP フィルタまたは DN で使われる文字列をエ ... ープする 説明 ldap_escape ( string $value , string $ignore = "" , int $flags = 0 ): string flags で指示された ... エスケープします。 パラメータ value エスケープする値 ignore エスケープする際に無視する文字 flags エスケープされ ... , フィルタ , DN , escape , string , flags , 文字 , ignore , アドレス , FILTER ...
https://man.plustar.jp/php/function.ldap-escape.html - [similar]
base64 エンコードされた文字列を、生バイナリにデコードする 8155
« sodium_add sodium_bin2base64 » PHP Manual Sodium 関数 base64 エンコードされた文字列を、生バイナ ... um_base642bin ( string $string , int $id , string $ignore = "" ): string base64 エンコードされた文字列を、 生 ... すが、 = でパディングされていない場合に指定します。 ignore デコードする際に無視する文字(e.g. 空白文字) 戻り値 ... , バイナリ , sodium , string , Za , 文字 , 標準 , ignore , 複数 , 無視 ...
https://man.plustar.jp/php/function.sodium-base642bin.html - [similar]
xhprof プロファイラを開始する 8045
« xhprof_disable xhprof_sample_disable » PHP Manual Xhprof 関数 xhprof プロファイラを開始する xh ... 効にします。 options オプション項目の配列。つまり、 'ignored_functions' オプションで関数を渡すと、 その関数のプ ... p // 1. elapsed time + memory + CPU profiling; and ignore built-in (internal) functions xhprof_enable ( XHPR ... PROF_FLAGS_MEMORY ); // 2. elapsed time profiling; ignore call_user_func* during profiling xhprof_enable ( 0 ... , array( 'ignored_functions' => array( 'call_user_func' , 'call_use ...
https://man.plustar.jp/php/function.xhprof-enable.html - [similar]
実行時設定 7950
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... HP_INI_ALL seaslog.trim_wrap 0 PHP_INI_ALL seaslog.ignore_warning 1 PHP_INI_ALL seaslog.throw_exception 1 PH ... eistic info\warn\error and the other type. seaslog.ignore_warning int Switch ignore SeasLog warning. 1-On(De ... fault) 0-Off 注意 : seaslog.ignore_warning = 1 Open a warning to ignore SeasLog itsel ... ions or receive server ports are blocked, they are ignored; when closed, a warning is thrown. seaslog.level ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
接続ステータスのビットフィールドを返す 7554
« connection_aborted constant » PHP Manual その他の関数 接続ステータスのビットフィールドを返す c ... クライアントとの接続が切断されているかどうかを調べる ignore_user_abort() - クライアントの接続が切断された際にス ... atus , 切断 , パラメータ , 処理 , aborted , 関数 , ignore ...
https://man.plustar.jp/php/function.connection-status.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 7458
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... ルクオートとダブルクオートは共に変換されません。 ENT_IGNORE 無効な符号単位シーケンスを含む文字列を渡したときに ... g で無効な符号単位シーケンスが含まれる場合は、 ENT_IGNORE あるいは ENT_SUBSTITUTE フラグが設定されていない限 ... cho htmlentities ( $str , ENT_QUOTES ); ?> 例2 ENT_IGNORE の使用例 <?php $str = "\x8F!!!" ; // 出力: 空の文字 ... "!!!" echo htmlentities ( $str , ENT_QUOTES | ENT_IGNORE , "UTF-8" ); ?> 参考 html_entity_decode() - HTML エ ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
実行時設定 7362
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... PHP_INI_ALL log_errors_max_len "1024" PHP_INI_ALL ignore_repeated_errors "0" PHP_INI_ALL ignore_repeated_so ... AQ に記載された 短縮表記を使用することも可能です。 ignore_repeated_errors bool 繰り返されるメッセージを記録し ... ません。エラーの繰り返しは、 ignore_repeated_source が trueに設定されるまで同じファイル ... の同じ行で発生します。 ignore_repeated_source bool メッセージの繰り返しを無視する ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
接続処理 7253
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、 ... は破棄されます。 この動作は、 php.ini ディレクティブ ignore_user_abort にて 設定できます。 同様に同じ意味を有す ... る Apache httpd.conf ディレクティブ php_value ignore_user_abort または ignore_user_abort() 関数にて設定 ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]
ファイル全体を読み込んで配列に格納する 7253
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格 ... LUDE_PATH include_path のファイルを探します。 FILE_IGNORE_NEW_LINES 配列の各要素の最後の改行を省略します。 F ... 失敗すると file() は false を返します。 注意 : FILE_IGNORE_NEW_LINES を指定しない限り、 配列に取り込まれた各行 ... メータを使う $trimmed = file ( 'somefile.txt' , FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES ); ?> 注意 警告 ...
https://man.plustar.jp/php/function.file.html - [similar]
Returns the status of working copy files and directories 7253
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... be added for items that are out-of-date), Svn::NO_IGNORE (disregard svn:ignore properties when scanning for ... new files) and Svn::IGNORE_EXTERNALS . 戻り値 Returns a numerically indexed a ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT