検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 498 for [SIMILAR] 16 1024 4096 WITH 17917 fflush WITH 16... (0.777 sec.)
ファイルに関する情報を取得する 0
« set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat (PHP 4, PHP 5, PHP 7, PHP 8) stat — ファイルに関する情報を取得する 説明 stat ( string $filename ): array | false filename で指定されたファイルに ついての統計情報を取得します。 filename がシン ...
https://man.plustar.jp/php/function.stat.html - [similar]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
インストール手順 0
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP を構成する OCI8 を構成する前に前述の 要件 節に 目を通してください。 Web サーバーを開始する前に、一般的に OCI8 はいくつかの Oracle 環境変数(下記参照)が必要です。 それらはライブラリの場所を指 ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
コンテキストオプションとパラメータ 0
« BackedEnum::tryFrom ソケットコンテキストオプション » PHP Manual 言語リファレンス コンテキストオプションとパラメータ コンテキストオプションとパラメータ PHP にはさまざまなコンテキストオプションやパラメータがあり、 すべてのファイルシステムラッパーおよびストリームラッパーで使用することがで ...
https://man.plustar.jp/php/context.html - [similar]
ファイル全体を読み込んで配列に格納する 0
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格納する file (PHP 4, PHP 5, PHP 7, PHP 8) file — ファイル全体を読み込んで配列に格納する 説明 file ( string $filename , int $flags = 0 , ? resource $context = null ): array | false ファイル全体 ...
https://man.plustar.jp/php/function.file.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromavif imagecreatefromgd2 » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefrombmp (PHP 7 >= 7.2.0, PHP 8) imagecreatefrombmp — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefrombmp ( string $filename ): GdImage | f ...
https://man.plustar.jp/php/function.imagecreatefrombmp.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromwebp imagecreatefromxpm » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromxbm (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagecreatefromxbm — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromxbm ( string $filename ...
https://man.plustar.jp/php/function.imagecreatefromxbm.html - [similar]
ファイルをリネームする 0
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5, PHP 7, PHP 8) rename — ファイルをリネームする 説明 rename ( string $from , string $to , ? resource $context = null ): bool from を to にリネームし、必要ならディレクトリを移動しようと試みます ...
https://man.plustar.jp/php/function.rename.html - [similar]
コンテキストのパラメータを取得する 0
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキストのパラメータを取得する stream_context_get_params (PHP 5 >= 5.3.0, PHP 7, PHP 8) stream_context_get_params — コンテキストのパラメータを取得する 説明 stream_context_get_params ( resource $conte ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]
文字クラス 0
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (character class) の開始を表し、 閉じ角カッコにより文字クラスは終了します。閉じ角カッコだけでは、 特別な意味を持ちません。閉じ角カッコを文字クラスのメンバとしたい場合は、 文字クラスの最初の文字( ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]