検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 385 for flags (0.021 sec.)
Memcached クラス 4076
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... get ( string $key , callable $cache_cb = ? , int $flags = ? ): mixed public getAllKeys (): array | false p ... _key , string $key , callable $cache_cb = ? , int $flags = ? ): mixed public getDelayed ( array $keys , boo ... b = ? ): bool public getMulti ( array $keys , int $flags = ? ): mixed public getMultiByKey ( string $server ... _key , array $keys , int $flags = ? ): array | false public getOption ( int $optio ...
https://man.plustar.jp/php/class.memcached.html - [similar]
システムのロガーへの接続をオープンする 4076
« net_get_interfaces pfsockopen » PHP Manual ネットワーク 関数 システムのロガーへの接続をオープン ... をオープンする 説明 openlog ( string $prefix , int $flags , int $facility ): bool openlog() は、プログラムに ... fix 文字列 prefix が、各メッセージに追加されます。 flags flags 引数は、 ログメッセージの生成時に使用されるロ ...
https://man.plustar.jp/php/function.openlog.html - [similar]
S/MIME メッセージに署名する 4076
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... ay | string $private_key , ? array $headers , int $flags = PKCS7_DETACHED , ? string $untrusted_certificate ... については openssl_pkcs7_encrypt() を参照ください)。 flags flags を出力を変更するために使用することが可能です ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
PHP の設定情報を出力する 4076
« phpcredits phpversion » PHP Manual PHP オプション/情報 関数 PHP の設定情報を出力する phpinfo ( ... nfo — PHP の設定情報を出力する 説明 phpinfo ( int $flags = INFO_ALL ): bool 現在の PHP の状態に関する、多く ... るため、デバッグツールとしても便利です。 パラメータ flags 以下にある constants ビット値をひとつまたは 複数個 ... を加算して、オプションの flags 引数に 渡すことによって出力をカスタマイズできます。 ...
https://man.plustar.jp/php/function.phpinfo.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 4076
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用する ... e , callable $callback , int $num_args = -1 , int $flags = 0 ): bool 警告 この関数は、 実験的 なものです。こ ... 合、 SQL 関数は任意の数の引数を取ることができます。 flags ビット単位のフラグの組み合わせ。 現状は、 PDO::SQL ... false を返します。 変更履歴 バージョン 説明 7.1.4 flags パラメータが追加されました。 例 例1 PDO::sqliteCre ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
4076
« 定義済み定数 Xhprof 関数 » PHP Manual Xhprof 例 例 例1 オプションの GUI を使った Xhprof の例 こ ... した時点で終わります。 <?php xhprof_enable ( XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY ); for ( $i = 0 ; $i <= ...
https://man.plustar.jp/php/xhprof.examples.html - [similar]
RecursiveCachingIterator クラス 4032
« RecursiveArrayIterator::hasChildren RecursiveCachingIterator::__construct » PHP Manual イテレー ... */ public __construct ( Iterator $iterator , int $flags = RecursiveCachingIterator::CALL_TOSTRING ) public ... tor::getCache (): array public CachingIterator::getFlags (): int public CachingIterator::getInnerIterator ( ... erator::rewind (): void public CachingIterator::setFlags ( int $flags ): void public CachingIterator::__toS ...
https://man.plustar.jp/php/class.recursivecachingiterator.html - [similar]
RecursiveRegexIterator クラス 4032
« RecursiveIteratorIterator::valid RecursiveRegexIterator::__construct » PHP Manual イテレータ R ... , int $mode = RecursiveRegexIterator::MATCH , int $flags = 0 , int $pregFlags = 0 ) public getChildren (): ... Iterator::accept (): bool public RegexIterator::getFlags (): int public RegexIterator::getMode (): int publ ... ic RegexIterator::getPregFlags (): int public RegexIterator::getRegex (): string ... public RegexIterator::setFlags ( int $flags ): void public RegexIterator::setMode ...
https://man.plustar.jp/php/class.recursiveregexiterator.html - [similar]
CUBRID MySQL 互換関数 4032
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... ay with the values of the current row cubrid_field_flags — Return a string with the flags of the given fiel ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
指定したフィルタでデータをフィルタリングする 4032
« filter_var_array 関数処理 » PHP Manual Filter 関数 指定したフィルタでデータをフィルタリングする ... オプションを指定可能なフィルタの場合、この配列の "flags" フィールドにフラグを指定します。 "callback" フィル ... 他のオプションをここに書きます 'min_range' => 0 ), 'flags' => FILTER_FLAG_ALLOW_OCTAL , ); $var = filter_var ... r_var ( 'oops' , FILTER_VALIDATE_BOOLEAN , array( 'flags' => FILTER_NULL_ON_FAILURE )); // コールバック検証 ...
https://man.plustar.jp/php/function.filter-var.html - [similar]