検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 385 for flags (0.026 sec.)
アーカイブ内のエントリのインデックスを返す 4328
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内の ... ublic ZipArchive::locateName ( string $name , int $flags = 0 ): int | false 名前を使用して、エントリの場所を ... 得します。 パラメータ name 探したいエントリの名前。 flags この関数は、アーカイブ内の指定した名前のファイルの ... ンデックス , ZipArchive , locateName , 名前 , int , flags , フラグ , 作成 ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]
変更履歴 4284
« wordwrap 変数・データ型関連 » PHP Manual 文字列 変更履歴 変更履歴 この拡張モジュールのクラス/関 ... ction Description 8.1.0 get_html_translation_table flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ... ENT_HTML401 に変更されました。 html_entity_decode flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ... TUTE | ENT_HTML401 に変更されました。 htmlentities flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ... | ENT_HTML401 に変更されました。 htmlspecialchars flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ...
https://man.plustar.jp/php/changelog.strings.html - [similar]
The EvLoop class 4284
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... $ depth ; /* メソッド */ public __construct ( int $flags = ? , mixed $data = NULL , float $io_interval = 0. ... ty = ? ): EvChild public static defaultLoop ( int $flags = Ev::FLAG_AUTO , mixed $data = NULL , float $io_i ... EvPrepare public resume (): void public run ( int $flags = 0 ): void final public signal ( int $signum , ca ... ta attached to loop backend Readonly . The backend flags indicating the event backend in use. is_default_lo ...
https://man.plustar.jp/php/class.evloop.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 4284
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... に変換する 説明 htmlentities ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? st ... 有する文字をHTMLエンティティに変換します。 指定する flags 定数に応じて使われる変換テーブルを得るには、 get_h ... することができます。 パラメータ string 入力文字列。 flags 以下のフラグを組み合わせたビットマスクです。 クォー ... S | ENT_SUBSTITUTE | ENT_HTML401 です。 利用可能な flags 定数 定数名 説明 ENT_COMPAT ダブルクオートは変換し ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
メッセージヘッダの配列をソートする 4284
« imap_setflag_full imap_status » PHP Manual IMAP 関数 メッセージヘッダの配列をソートする imap_s ... ction $imap , int $criteria , bool $reverse , int $flags = 0 , ? string $search_criteria = null , ? string ... 位) reverse 逆順にソートするかどうかを指定します。 flags flags はビットマスクで、以下の組み合わせとなります ...
https://man.plustar.jp/php/function.imap-sort.html - [similar]
mysqli クラス 4241
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ol $enable ): bool public begin_transaction ( int $flags = 0 , ? string $name = null ): bool public change_ ... string public close (): bool public commit ( int $flags = 0 , ? string $name = null ): bool public connect ... me = ? , int $port = ? , string $socket = ? , int $flags = ? ): bool public real_escape_string ( string $st ... ery (): mysqli_result | bool public refresh ( int $flags ): bool public release_savepoint ( string $name ): ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
About event persistence 4241
« Event flags Event callbacks » PHP Manual Event About event persistence About event persistence ... nt's callback runs. Thus, if one has an event with flags Event::READ | Event::PERSIST and a timeout of five ...
https://man.plustar.jp/php/event.persistence.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 4241
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフ ... る場合に使用できるキーは、 filter ( フィルタの型 )、 flags (フィルタに適用するフラグ) および options (フィルタ ... nent' => array( 'filter' => FILTER_VALIDATE_INT , 'flags' => FILTER_REQUIRE_ARRAY , 'options' => array( 'mi ... alar' => array( 'filter' => FILTER_VALIDATE_INT , 'flags' => FILTER_REQUIRE_SCALAR , ), 'testarray' => arra ... y( 'filter' => FILTER_VALIDATE_INT , 'flags' => FILTER_REQUIRE_ARRAY , ) ); $myinputs = filter ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
Returns a short, readable, parsable string representation of a variable 4241
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... able 説明 var_representation ( mixed $value , int $flags = 0 ): string var_representation() (from the var_r ... alue The variable to generate a representation of. flags Bitmask consisting of VAR_REPRESENTATION_SINGLE_LI ... 出力 , string , variable , Returns , export , key , flags , int ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
複数のアイテムを取得する 4241
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... 説明 public Memcached::getMulti ( array $keys , int $flags = ? ): mixed Memcached::getMulti() は Memcached::g ... されたのが Memcached::GET_EXTENDED フラグで、 これを flags に指定すれば CAS トークンを得られます。 flags パラ ... うにします。 パラメータ keys 取得したいキーの配列。 flags 取得操作のオプション。 戻り値 見つかったアイテムの ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]