検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 385 for flags (0.016 sec.)
配列をキーで昇順にソートする 4163
« krsort list » PHP Manual 配列 関数 配列をキーで昇順にソートする ksort (PHP 4, PHP 5, PHP 7, PH ... で昇順にソートする 説明 ksort ( array &$array , int $flags = SORT_REGULAR ): bool array をキーで昇順にソートし ... 素にリセットされます。 パラメータ array 入力の配列。 flags オプションの第二引数 flags によりソートの動作を修正 ...
https://man.plustar.jp/php/function.ksort.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 4163
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... ject , int $limit = -1 , int &$count = null , int $flags = 0 ): string | array | null この関数の動作は、ほぼ ... 定した場合は、置換を行った回数がここに格納されます。 flags flags には、 PREG_OFFSET_CAPTURE と PREG_UNMATCHED ... 生します。 変更履歴 バージョン 説明 7.4.0 パラメータ flags が追加されました。 例 例2 preg_replace_callback() ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
フィールドの投稿フォームアクションを設定する 4119
« fdf_set_status fdf_set_target_frame » PHP Manual FDF 関数 フィールドの投稿フォームアクションを ... $fieldname , int $trigger , string $script , int $flags ): bool 指定したフィールドの投稿フォームアクション ... name FDF フィールド名を表す文字列。 trigger script flags 戻り値 成功した場合に true を、失敗した場合に fals ...
https://man.plustar.jp/php/function.fdf-set-submit-form-action.html - [similar]
HTML エンティティを対応する文字に変換する 4119
« hex2bin htmlentities » PHP Manual String 関数 HTML エンティティを対応する文字に変換する html_e ... する 説明 html_entity_decode ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? st ... 許可されているもの。 パラメータ string 入力文字列。 flags 以下のフラグのビットマスクによる組み合わせで、クォ ... S | ENT_SUBSTITUTE | ENT_HTML401 です。 使用可能な flags 定数 定数名 説明 ENT_COMPAT ダブルクォートを変換し ... た文字列を返します。 変更履歴 バージョン 説明 8.1.0 flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ...
https://man.plustar.jp/php/function.html-entity-decode.html - [similar]
特殊文字を HTML エンティティに変換する 4119
« htmlspecialchars_decode implode » PHP Manual String 関数 特殊文字を HTML エンティティに変換する ... 換する 説明 htmlspecialchars ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? st ... (大なり) > パラメータ string 変換される文字列。 flags 以下のフラグを組み合わせたビットマスクです。 クォー ... S | ENT_SUBSTITUTE | ENT_HTML401 です。 利用可能な flags 定数 定数名 説明 ENT_COMPAT ダブルクオートは変換し ... 空文字列を返します。 変更履歴 バージョン 説明 8.1.0 flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_ ...
https://man.plustar.jp/php/function.htmlspecialchars.html - [similar]
結果において指定したフィールドの型を取得する 4119
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... , $i ); $len = mysql_field_len ( $result , $i ); $flags = mysql_field_flags ( $result , $i ); echo $type . ... " " . $name . " " . $len . " " . $flags . "\n" ; } mysql_free_result ( $result ); mysql_cl ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
Compose a class 4119
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... array $methods = ? , array $properties = ? , int $flags = ? ): void Creates a new class of the given name ... f properties, keys are names, values are modifiers flags Entry type, by default ZEND_ACC_CLASS 戻り値 例 例 ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]
名前で定義されたエントリの外部属性を取得する 4119
« ZipArchive::getExternalAttributesIndex ZipArchive::getFromIndex » PHP Manual ZipArchive 名前で ... e ( string $name , int &$opsys , int &$attr , int $flags = 0 ): bool 名前で定義されたエントリの外部属性を取 ... 取得します。 値はオペレーティングシステム依存です。 flags ZipArchive::FL_UNCHANGED に設定された場合、 オリジ ...
https://man.plustar.jp/php/ziparchive.getexternalattributesname.html - [similar]
インデックスで定義されたエントリの外部属性を設定する 4119
« ZipArchive::setEncryptionName ZipArchive::setExternalAttributesName » PHP Manual ZipArchive イ ... Index ( int $index , int $opsys , int $attr , int $flags = 0 ): bool インデックスで定義されたエントリの外部 ... 外部属性。 値はオペレーティングシステム依存です。 flags オプションのフラグ。現在は使われていません。 戻り値 ...
https://man.plustar.jp/php/ziparchive.setexternalattributesindex.html - [similar]
新規配列オブジェクトを生成する 4076
« ArrayObject::asort ArrayObject::count » PHP Manual ArrayObject 新規配列オブジェクトを生成する ... t::__construct ( array | object $array = [] , int $flags = 0 , string $iteratorClass = ArrayIterator::class ... 配列あるいはオブジェクトを指定することができます。 flags ArrayObject オブジェクトの振る舞いを制御するフラグ ... 。 ArrayObject::setFlags() を参照ください。 iteratorClass ArrayObject オブジ ... wo" [3]=> string(5) "three" } 参考 ArrayObject::setflags() - 処理フラグを設定する 関連キーワード: ArrayObje ...
https://man.plustar.jp/php/arrayobject.construct.html - [similar]