検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1068 for file (0.096 sec.)
Resets the last error number 2954
« fann_read_train_from_file fann_reset_errstr » PHP Manual Fann 関数 Resets the last error numbe ... the , errno , errstr , errdat , リソース , from , file , Fann ...
https://man.plustar.jp/php/function.fann-reset-errno.html - [similar]
指定したファイルが最後に更新された時刻を返す 2954
« ftp_login ftp_mkdir » PHP Manual FTP 関数 指定したファイルが最後に更新された時刻を返す ftp_mdt ... を返す 説明 ftp_mdtm ( FTP\Connection $ftp , string $filename ): int ftp_mdtm() はリモートファイルが最後に更 ... パラメータ ftp FTP\Connection クラスのインスタンス filename 最終更新時刻を取得するファイル。 戻り値 成功し ... を期待していました。 例 例1 ftp_mdtm() の例 <?php $file = 'somefile.txt' ; // 接続を確立する $ftp = ftp_co ... 最終更新時刻を取得する $buff = ftp_mdtm ( $ftp , $file ); if ( $buff != - 1 ) { // somefile.txt の最終更新 ...
https://man.plustar.jp/php/function.ftp-mdtm.html - [similar]
画像をブラウザあるいはファイルに出力する 2954
« imagearc imagebmp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する i ... eavif ( GdImage $image , resource | string | null $file = null , int $quality = -1 , int $speed = -1 ): bo ... のような画像作成関数が返す GdImage オブジェクト。 file ファイル保存先のパスあるいはオープン中のリソース ( ... 像 , 出力 , ファイル , 関数 , imageavif , quality , file , 失敗 , 保存 , イメージ ...
https://man.plustar.jp/php/function.imageavif.html - [similar]
はじめに 2954
« ファイルシステム インストール/設定 » PHP Manual ファイルシステム はじめに はじめに この拡張モジ ... 最新の glibc を入手し、次のコンパイラフラグ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 を付けて PHP をコンパ ... 連キーワード: インストール , 入手 , BITS , OFFSET , FILE , SOURCE , LARGEFILE , フラグ , コンパイラ , 最新 ...
https://man.plustar.jp/php/intro.filesystem.html - [similar]
アーカイブ内のエントリのインデックスを返す 2954
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内の ... 作成し、 ZipArchive::locateName() を使用する <?php $file = 'testlocate.zip' ; $zip = new ZipArchive ; if ( ... $zip -> open ( $file , ZipArchive :: CREATE ) !== TRUE ) { exit( '失敗' ... に失敗\n" ; } $zip -> close (); if ( $zip -> open ( $file ) !== TRUE ) { exit( '失敗' ); } echo $zip -> loca ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]
HASH メッセージダイジェストフレームワーク 2930
« random_int はじめに » PHP Manual 暗号 HASH メッセージダイジェストフレームワーク HASH メッセージ ... uals — タイミング攻撃に対して安全な文字列比較 hash_file — ファイルの内容から、ハッシュ値を生成する hash_fi ... c に合うハッシュアルゴリズムの一覧を返す hash_hmac_file — HMAC 方式を使用して、指定されたファイルの内容から ... 2 を使ってパスワードからキーを生成する hash_update_file — アクティブなハッシュコンテキストに、ファイルから ...
https://man.plustar.jp/php/book.hash.html - [similar]
gzip 圧縮された文字列を作成する 2930
« gzdeflate gzeof » PHP Manual Zlib 関数 gzip 圧縮された文字列を作成する gzencode (PHP 4 >= 4.0. ... については、次のドキュ メントを参照ください。 » GZIP file format specification version 4.3 (RFC 1952) パラメ ... 造を含みます。 例1 gzip ファイルの生成 <?php $data = file_get_contents ( "bigfile.txt" ); $gzdata = gzencode ... ( $data , 9 ); file_put_contents ( "bigfile.txt.gz" , $gzdata ); ?> 参 ...
https://man.plustar.jp/php/function.gzencode.html - [similar]
アクティブなハッシュコンテキストに、オープンしているストリームから データを投入... 2930
« hash_update_file hash_update » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、オープ ... た。 例 例1 hash_update_stream() の例 <?php $fp = tmpfile (); fwrite ( $fp , 'The quick brown fox jumped ove ... ハッシュ値 (メッセージダイジェスト) を生成する hash_file() - ファイルの内容から、ハッシュ値を生成する 関連キ ... ーム , データ , 投入 , オープン , stream , update , file ...
https://man.plustar.jp/php/function.hash-update-stream.html - [similar]
画像をブラウザあるいはファイルに出力する 2930
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... gegif ( GdImage $image , resource | string | null $file = null ): bool imagegif() は画像 image から file... のような画像作成関数が返す GdImage オブジェクト。 file ファイル保存先のパスあるいはオープン中のリソース ( ... 力 , imagegif , 関数 , ファイル , サポート , 注意 , file , イメージ , GdImage ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
エラー配列を取得する 2930
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... . "\n Column: $error -> column " ; if ( $error -> file ) { $return .= "\n File: $error -> file " ; } retu ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]