検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 385 for flags (0.019 sec.)
スキーマに基づいてドキュメントを検証する。XML Schema 1.0 のみサポート。 4537
« DOMDocument::saveXML DOMDocument::schemaValidateSource » PHP Manual DOMDocument スキーマに基づ ... Document::schemaValidate ( string $filename , int $flags = 0 ): bool 指定されたスキーマファイルに基づいてド ... 検証します。 パラメータ filename スキーマへのパス。 flags Libxml のスキーマ検証フラグのビットマスク。現在サポ ... ument , サポート , ドキュメント , schemaValidate , flags , schemaValidateSource , relaxNG , Libxml ...
https://man.plustar.jp/php/domdocument.schemavalidate.html - [similar]
処理フラグを設定する 4537
« FilesystemIterator::rewind FilterIterator » PHP Manual FilesystemIterator 処理フラグを設定する ... FilesystemIterator::setFlags (PHP 5 >= 5.3.0, PHP 7, PHP 8) FilesystemIterator: ... :setFlags — 処理フラグを設定する 説明 public FilesystemItera ... tor::setFlags ( int $flags ): void 処理フラグを設定します。 パラ ... メータ flags 設定する処理フラグ。 FilesystemIterator の定数 も参 ...
https://man.plustar.jp/php/filesystemiterator.setflags.html - [similar]
ファイル名がパターンにマッチするか調べる 4537
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatc ... nmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatch() は filename で指定された文字 ... プログラマではないユーザーにとってより便利でしょう。 flags flags の値は、以下のフラグを 論理 OR (|) 演算子 で ... ェル , フラグ , pattern , filename , フォーマット , flags , ユーザー ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
バイナリ文字列にエクスポートする 4537
« gmp_divexact gmp_fact » PHP Manual GMP 関数 バイナリ文字列にエクスポートする gmp_export (PHP 5 ... MP | int | string $num , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): string GMP数 ... れはオプションパラメータと組み合わせて主に使います。 flags デフォルト値は GMP_MSW_FIRST | GMP_NATIVE_ENDIAN で ... イナリ , export , int , 関数 , string , num , size , flags , パラメータ , 履歴 ...
https://man.plustar.jp/php/function.gmp-export.html - [similar]
段階的なハッシュコンテキストを初期化する 4537
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... トを初期化する 説明 hash_init ( string $algo , int $flags = 0 , string $key = "" , array $options = [] ): Ha ... の一覧については、 hash_algos() を参照してください。 flags ハッシュ生成の際に使用するオプションで、現在は、た ... た場合、 key を 必ず 指定しなければなりません。 key flags に HASH_HMAC が指定された場合に、HMAC 形式のハッシ ... テキスト , 初期 , 生成 , fnv , アルゴリズム , key , flags ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
IMAP ストリームをクローズする 4537
« imap_clearflag_full imap_create » PHP Manual IMAP 関数 IMAP ストリームをクローズする imap_clos ... する 説明 imap_close ( IMAP\Connection $imap , int $flags = 0 ): bool IMAP ストリームをクローズします。 パラ ... メータ imap IMAP\Connection クラスのインスタンス。 flags CL_EXPUNGE を指定した場合、メールボックスを閉じる前 ... バージョン , メールボックス , インスタンス , 削除 , flags ...
https://man.plustar.jp/php/function.imap-close.html - [similar]
配列を降順にソートする 4537
« reset shuffle » PHP Manual 配列 関数 配列を降順にソートする rsort (PHP 4, PHP 5, PHP 7, PHP 8) ... を降順にソートする 説明 rsort ( array &$array , int $flags = SORT_REGULAR ): bool array を、値で降順にソートし ... 素にリセットされます。 パラメータ array 入力の配列。 flags オプションの第二引数 flags によりソートの動作を修正 ... 降順 , 比較 , 関数 , キー , 要素 , array , rsort , flags ...
https://man.plustar.jp/php/function.rsort.html - [similar]
サーバーから項目を取得する 4537
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Me ... を取得する 説明 Memcache::get ( string $key , int &$flags = ? ): string Memcache::get ( array $keys , array ... &$flags = ? ): array その時点でサーバー上の key にそのよう ... パラメータ key 取得したいキー (あるいはキーの配列)。 flags 存在した場合は、値とともに取得したフラグをここに書 ... he , サーバー , key , 配列 , キー , 項目 , array , flags , フラグ ...
https://man.plustar.jp/php/memcache.get.html - [similar]
フラグを設定する 4537
« RegexIterator::getRegex RegexIterator::setMode » PHP Manual RegexIterator フラグを設定する Reg ... exIterator::setFlags (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator::setF ... s — フラグを設定する 説明 public RegexIterator::setFlags ( int $flags ): void フラグを設定します。 パラメー ...flags 設定するフラグ。クラス定数のビットマスクで指定しま ... Y 戻り値 値を返しません。 例 例1 RegexIterator::setFlags() の例 新しい RegexIterator を作成します。これは、 ...
https://man.plustar.jp/php/regexiterator.setflags.html - [similar]
BLOB を読み取るためのストリームリソースを開く 4537
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... mn , int $rowid , string $database = "main" , int $flags = SQLITE3_OPEN_READONLY ): resource | false BLOB を ... n カラム名 rowid 行ID database DB のシンボリック名 flags SQLITE3_OPEN_READONLY または SQLITE3_OPEN_READWRIT ... 合に false を返します 変更履歴 バージョン 説明 7.2.0 flags が追加されました。 BLOB に書き込むことができます。 ... トリーム , リソース , rowid , openBlob , 読み取り , flags , database , サイズ , column ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]