検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 389 for filename (0.032 sec.)
ファイルシステム上のファイルを phar アーカイブに追加する 3611
« Phar::addEmptyDir Phar::addFromString » PHP Manual Phar ファイルシステム上のファイルを phar ア ... カイブに追加する 説明 public Phar::addFile ( string $filename , ? string $localName = null ): void 注意 : このメ ... chive::addFile() と同じようなものです。 パラメータ filename phar アーカイブに追加したいディスク上のファイルへの ...
https://man.plustar.jp/php/phar.addfile.html - [similar]
ZipArchive クラス 3576
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... readonly int $ numFiles ; public readonly string $ filename ; public readonly string $ comment ; /* メソッド * ... nt $flags = 0 ): int | false public open ( string $filename , int $flags = 0 ): bool | int public registerCanc ... でも利用可能です。 numFiles アーカイブ内のファイル数 filename ファイルシステム上のファイル名 comment アーカイブの ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
3576
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... 関数 function userErrorHandler ( $errno , $errmsg , $filename , $linenum , $vars ) { // エラーエントリのタイムス ... sg . "</errormsg>\n" ; $err .= "\t<scriptname>" . $filename . "</scriptname>\n" ; $err .= "\t<scriptlinenum>" ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
ファイルのステータスのキャッシュをクリアする 3576
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする cle ... che ( bool $clear_realpath_cache = false , string $filename = "" ): void stat や lstat 、 またはその他の関数( ... _cache realpath キャッシュ も クリアするかどうか。 filename realpath キャッシュを特定のファイル名だけに対してク ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
freetype2 によるフォントを用いたテキストを囲む箱を取得する 3576
« imagefontwidth imagefttext » PHP Manual GD および Image 関数 freetype2 によるフォントを用いたテ ... ftbbox ( float $size , float $angle , string $font_filename , string $string , array $options = [] ): array | ... フォントサイズ。 angle string を取得する角度。 font_filename TrueType フォントのファイル名 (URL も可)。 PHP が使 ...
https://man.plustar.jp/php/function.imageftbbox.html - [similar]
Restores the RRD file from XML dump 3576
« rrd_lastupdate rrd_tune » PHP Manual RRD 関数 Restores the RRD file from XML dump rrd_restore ... RD file from the XML dump. パラメータ xml_file XML filename with the dump of the original RRD database file. r ... rd_file Restored RRD database file name. options Array of options for restoring. See man ...
https://man.plustar.jp/php/function.rrd-restore.html - [similar]
Calculates the match score between two fuzzy hash signatures 3576
« ssdeep 関数 ssdeep_fuzzy_hash_filename » PHP Manual ssdeep 関数 Calculates the match score bet ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-compare.html - [similar]
CMS (暗号メッセージシンタックス) 関連のフラグ/定数 3576
« PKCS7 フラグ/定数 署名アルゴリズム » PHP Manual 定義済み定数 CMS (暗号メッセージシンタックス) ... openssl_cms_verify() 関数の untrusted_certificates_filename 引数で指定した証明書だけを検証に使うようになります ... openssl_cms_verify() 関数に untrusted_certificates_filename を使って渡すなどして) 検証する側が署名者の証明書を ...
https://man.plustar.jp/php/openssl.cms.flags.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 3576
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用する ... erse' , 1 ); $rows = $db -> query ( 'SELECT md5rev(filename) FROM files' )-> fetchAll (); ?> この例では、文字列 ... 転させる関数を定義しています。 SQL 文が実行されると、filename をこの関数で変換した値が返されます。 $rows に返され ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
3576
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... , $entries )) die( "No such index: $index " ); $orfilename = $entries [ $index ]-> getName (); //UTF-8 encode ... $formatRFC2231 = 'Content-Disposition: attachment; filename*=UTF-8\'\'%s' ; $formatDef = 'Content-Disposition: ... attachment; filename="%s"' ; switch ( detectUserAgent ()) { case "Opera ... " : case "Firefox" : $orfilename = rawurlencode ( $orfilename ); $format = $formatR ...
https://man.plustar.jp/php/rar.examples.html - [similar]