検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 389 for filename (0.122 sec.)
phar アーカイブをディスクとメモリから完全に削除する 4252
« Phar::stopBuffering Phar::webPhar » PHP Manual Phar phar アーカイブをディスクとメモリから完全に ... final public static Phar::unlinkArchive ( string $filename ): bool phar アーカイブをディスクとメモリから削除し ... ます。 パラメータ filename ディスク上の phar アーカイブへのパス。 戻り値 成功 ... 削除 , Phar , ディスク , メモリ , unlinkArchive , filename , PharFileInfo , 既存 ...
https://man.plustar.jp/php/phar.unlinkarchive.html - [similar]
Add a file to the post form. 4252
« Swoole\Http\Client Swoole\Http\Client::close » PHP Manual Swoole\Http\Client Add a file to the ... $path , string $name , string $type = ? , string $filename = ? , string $offset = ? ): void パラメータ path n ... ame type filename offset 戻り値 関連キーワード: Add , file , form , ...
https://man.plustar.jp/php/swoole-http-client.addfile.html - [similar]
名前で定義されたエントリの外部属性を設定する 4252
« ZipArchive::setExternalAttributesIndex ZipArchive::setMtimeIndex » PHP Manual ZipArchive 名前で ... する <?php $zip = new ZipArchive (); $stat = stat ( $filename = 'test.txt' ); if ( is_array ( $stat ) && $zip -> ... rchive :: CREATE ) === TRUE ) { $zip -> addFile ( $filename ); $zip -> setExternalAttributesName ( $filename , ...
https://man.plustar.jp/php/ziparchive.setexternalattributesname.html - [similar]
tidy クラス 4209
« Tidy の例 tidy::body » PHP Manual Tidy tidy クラス tidy クラス (PHP 5, PHP 7, PHP 8, PECL tidy ... ll ; /* メソッド */ public __construct ( ? string $filename = null , array | string | null $config = null , ? ... l public isXml (): bool public parseFile ( string $filename , array | string | null $config = null , ? string ... ludePath = false ): bool tidy_parse_file ( string $filename , array | string | null $config = null , ? string ... ): tidy | false public static repairFile ( string $filename , array | string | null $config = null , ? string ...
https://man.plustar.jp/php/class.tidy.html - [similar]
指定したファイルのサイズを返す 4209
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, ... を返す 説明 ftp_size ( FTP\Connection $ftp , string $filename ): int ftp_size() は指定されたファイルのサイズを バ ... パラメータ ftp FTP\Connection クラスのインスタンス filename リモートファイル。 戻り値 成功した場合はファイルの ... ファイル , size , Connection , 期待 , バージョン , filename , インスタンス , リソース ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 4209
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... ibase_connect ( $host , $username , $password ); $filename = '/tmp/bar' ; $fd = fopen ( $filename , 'r' ); if ... $query = "INSERT INTO foo (name, data) VALUES (' $filename ', ?)" ; $prepared = ibase_prepare ( $dbh , $query ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
新しい画像をファイルあるいは URL から作成する 4209
« imagecreatefromwbmp imagecreatefromxbm » PHP Manual GD および Image 関数 新しい画像をファイルあ ... RL から作成する 説明 imagecreatefromwebp ( string $filename ): GdImage | false imagecreatefromwebp() は、指定し ... 済み変数などの情報がまとめられています。 パラメータ filename WebP 画像へのパス。 戻り値 成功した場合に画像オブジ ... 像 , 作成 , ファイル , imagecreatefromwebp , 関数 , filename , 成功 , fopen , バージョン , GDImage ...
https://man.plustar.jp/php/function.imagecreatefromwebp.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 4209
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... TYPEMULTIPART ; $part1 [ "subtype" ] = "mixed" ; $filename = "/tmp/imap.c.gz" ; $fp = fopen ( $filename , "r" ... ); $contents = fread ( $fp , filesize ( $filename )); fclose ( $fp ); $part2 [ "type" ] = TYPEAPPLIC ... t-stream" ; $part2 [ "description" ] = basename ( $filename ); $part2 [ "contents.data" ] = $contents ; $part3 ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
エクスポート可能な形式で、キーをファイルに取得する 4209
« openssl_pkey_derive openssl_pkey_export » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キ ... Certificate | array | string $key , string $output_filename , ? string $passphrase = null , ? array $options = ... II 変換された (PEM エンコードされた) key を output_filename のファイルに保存します。 注意 : この関数を正しく動 ... のセクション を参照ください。 パラメータ key output_filename 出力ファイルへのパス。 passphrase オプションで pas ...
https://man.plustar.jp/php/function.openssl-pkey-export-to-file.html - [similar]
ファイルのアクセス権限を判断する 4209
« POSIX 関数 posix_ctermid » PHP Manual POSIX 関数 ファイルのアクセス権限を判断する posix_access ... のアクセス権限を判断する 説明 posix_access ( string $filename , int $flags = 0 ): bool posix_access() は、ファイ ... 対するユーザーの アクセス権限を調べます。 パラメータ filename 調べるファイルの名前。 flags POSIX_F_OK 、 POSIX_R ... 連キーワード: 判断 , ファイル , 関数 , 存在 , 取得 , filename , 番号 , flags , エラー , 失敗 ...
https://man.plustar.jp/php/function.posix-access.html - [similar]