検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 389 for filename (0.089 sec.)
新しい画像をファイルあるいは URL から作成する 4087
« imagecreatefromtga imagecreatefromwebp » PHP Manual GD および Image 関数 新しい画像をファイルあ ... RL から作成する 説明 imagecreatefromwbmp ( string $filename ): GdImage | false imagecreatefromwbmp() は、指定し ... 済み変数などの情報がまとめられています。 パラメータ filename WBMP 画像へのパス。 戻り値 成功した場合に画像オブジ ... ァイル , 関数 , imagecreatefromwbmp , WBMP , 成功 , filename , バージョン , イメージ ...
https://man.plustar.jp/php/function.imagecreatefromwbmp.html - [similar]
新しいフォントを読み込む 4087
« imageline imageopenpolygon » PHP Manual GD および Image 関数 新しいフォントを読み込む imageloa ... しいフォントを読み込む 説明 imageloadfont ( string $filename ): GdFont | false imageloadfont() はユーザーが定義 ... トマップを読み込み、 その ID を返します。 パラメータ filename フォントファイル形式は現在はバイナリで、アーキクチ ... imageloadfont , int , GdFont , ピクセル , クラス , filename , バージョン ...
https://man.plustar.jp/php/function.imageloadfont.html - [similar]
メッセージを出力し、現在のスクリプトを終了する 4044
« eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit ... す。 戻り値 値を返しません。 例 例1 exit の例 <?php $filename = '/path/to/data-file' ; $file = fopen ( $filename ... , 'r' ) or exit( "ファイル ( $filename ) をオープンできません" ); ?> 例2 exit でステータス ...
https://man.plustar.jp/php/function.exit.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 4044
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... 成する 説明 hash_hmac_file ( string $algo , string $filename , string $key , bool $binary = false ): string | f ... ゴリズムの一覧は hash_hmac_algos() を参照ください。 filename ハッシュ対象となるファイルの位置を示す URL。 fopen ... な場合や、 暗号に適さないハッシュ関数の場合、 または filename が読めない場合は、 false が返されます。 変更履歴 バ ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
ファイルを出力する 4044
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... dfile — ファイルを出力する 説明 readfile ( string $filename , bool $use_include_path = false , ? resource $con ... ファイルを読んで標準出力に書き出します。 パラメータ filename 読み込もうとするファイルの名前。 use_include_path ... eam' ); header ( 'Content-Disposition: attachment; filename="' . basename ( $file ). '"' ); header ( 'Expires: ...
https://man.plustar.jp/php/function.readfile.html - [similar]
Yaf_Router クラス 4001
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク ... ライトルール RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] R ... ewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ ind ... root; index index.php index.html; if (!-e $request_filename) { rewrite ^/(.*) /index.php/$1 last; } } デフォル ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
Loads C declarations from a C header file 4001
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... header file 説明 public static FFI::load ( string $filename ): ? FFI Loads C declarations from a C header file ... IB defines in the loaded C header file. パラメータ filename The name of a C header file. C preprocessor direct ... ary it exposes. If it is a system library only the file name is required, e.g.: #define FFI_LIB "libc.so.6" . ...
https://man.plustar.jp/php/ffi.load.html - [similar]
ファイル上のすべてのメタタグ情報を配列に展開する 4001
« get_headers http_build_query » PHP Manual URL 関数 ファイル上のすべてのメタタグ情報を配列に展開 ... グ情報を配列に展開する 説明 get_meta_tags ( string $filename , bool $use_include_path = false ): array | false ... 返します。 </head> でパースを終了します。 パラメータ filename HTML ファイルへのパスを表す文字列。 ローカルファイ ...
https://man.plustar.jp/php/function.get-meta-tags.html - [similar]
LOB の内容をファイルに出力する 4001
« OCILob::erase OCILob::flush » PHP Manual OCILob LOB の内容をファイルに出力する OCILob::export ... イルに出力する 説明 public OCILob::export ( string $filename , ? int $offset = null , ? int $length = null ): b ... ool LOB の内容をファイルに出力します。 パラメータ filename ファイルへのパス。 offset 出力を開始する位置。 len ...
https://man.plustar.jp/php/ocilob.export.html - [similar]
Reads a file that stores training data 3958
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... ning data 説明 fann_read_train_from_file ( string $filename ): resource Reads a file that stores training data ... . パラメータ filename The input file in the following format: num_train_ ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]