検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 389 for fileName (0.025 sec.)
Vtiful\Kernel\Excel fileName 8556
« Vtiful\Kernel\Excel::data Vtiful\Kernel\Excel::getHandle » PHP Manual Vtiful\Kernel\Excel Vtif ... ul\Kernel\Excel fileName Vtiful\Kernel\Excel::fileName (PECL xlswriter >= 1 ... .2.1) Vtiful\Kernel\Excel::fileName — Vtiful\Kernel\Excel fileName 説明 public Vtiful\ ... Kernel\Excel::fileName ( string $fileName , string $sheetName = ? ) Creat ... d new xlsx file and create a worksheet. パラメータ fileName XLSX file name sheetName Worksheet name 戻り値 Vti ...
https://man.plustar.jp/php/vtiful-kernel-excel.filename.html - [similar]
S/MIME で署名されたメッセージの署名を検証する 8513
« openssl_pkcs7_sign openssl_pkey_derive » PHP Manual OpenSSL 関数 S/MIME で署名されたメッセージ ... を検証する 説明 openssl_pkcs7_verify ( string $input_filename , int $flags , ? string $signers_certificates_file ... y $ca_info = [] , ? string $untrusted_certificates_filename = null , ? string $content = null , ? string $outp ... ut_filename = null ): bool | int openssl_pkcs7_verify() は、 指 ... み込み、デジタル署名を検証します。 パラメータ input_filename メッセージへのパス。 flags flags により署名の検証方 ...
https://man.plustar.jp/php/function.openssl-pkcs7-verify.html - [similar]
はじめに 7829
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/ ... は間違っています。 例1 間違ったリクエスト <?php // $filename のシンボリックリンクを $link に作るリクエスト eio_ ... symlink ( $filename , $link ); // $filename を $new_filename に移動する ... リクエスト eio_rename ( $filename , $new_filename ); // リクエストを処理します eio_e ... クエストの呼び出し <?php function my_symlink_done ( $filename , $result ) { // $filename を $new_filename に移動 ...
https://man.plustar.jp/php/intro.eio.html - [similar]
ファイル名や場所を変更する 7491
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... に false を返します 例 例1 eio_rename() の例 <?php $filename = dirname ( __FILE__ ). "/eio-temp-file.dat" ; tou ... ch ( $filename ); $new_filename = dirname ( __FILE__ ). "/eio-tem ... unction my_rename_cb ( $data , $result ) { global $filename , $new_filename ; if ( $result == 0 && ! file_exis ... ts ( $filename ) && file_exists ( $new_filename )) { @ unlink ( $ ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
ファイルのグループを変更する 7110
« basename chmod » PHP Manual ファイルシステム 関数 ファイルのグループを変更する chgrp (PHP 4, P ... ファイルのグループを変更する 説明 chgrp ( string $filename , string | int $group ): bool (名前または番号で指定 ... した)ファイル filename のグループを group に変更しようと試みます。 スーパ ... として 属しているグループに変更できます。 パラメータ filename ファイルへのパス。 group グループ名あるいはグループ ... を返します。 例 例1 ファイルのグループの変更 <?php $filename = 'shared_file.txt' ; $format = "%s's Group ID @ % ...
https://man.plustar.jp/php/function.chgrp.html - [similar]
Read a file asynchronously. 6937
« Swoole\Async::read Swoole\Async::set » PHP Manual Swoole\Async Read a file asynchronously. Swo ... 説明 public static Swoole\Async::readFile ( string $filename , callable $callback ): void パラメータ filename T ... he filename of the file being read. callback callback ( string ... $filename , string $content ): mixed filename The name of th ... ド: file , Read , asynchronously , Swoole , Async , filename , callback , readFile , content , string ...
https://man.plustar.jp/php/swoole-async.readfile.html - [similar]
Read a file asynchronously 6807
« swoole_async_read swoole_async_set » PHP Manual Swoole 関数 Read a file asynchronously swoole_ ... synchronously 説明 swoole_async_readfile ( string $filename , callable $callback ): bool パラメータ filename T ... he filename of the file being read. callback callback ( string ... $filename , string $content ): mixed filename The name of th ... ile , Read , asynchronously , swoole , a , async , filename , content , callback , readfile ...
https://man.plustar.jp/php/function.swoole-async-readfile.html - [similar]
Create a fuzzy hash from a file 6764
« ssdeep_fuzzy_compare ssdeep_fuzzy_hash » PHP Manual ssdeep 関数 Create a fuzzy hash from a fil ... e ssdeep_fuzzy_hash_filename (PECL ssdeep >= 1.0.0) ssdeep_fuzzy_hash_filename ... te a fuzzy hash from a file 説明 ssdeep_fuzzy_hash_filename ( string $file_name ): string ssdeep_fuzzy_hash_fi ... , and returns that hash. パラメータ file_name The filename of the file to hash. 戻り値 Returns a string on su ... ーワード: hash , file , ssdeep , Create , from , a , filename , string , 関数 , compare ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-hash-filename.html - [similar]
Read file stream asynchronously 6720
« swoole_async_dns_lookup swoole_async_readfile » PHP Manual Swoole 関数 Read file stream asynch ... am asynchronously 説明 swoole_async_read ( string $filename , callable $callback , int $chunk_size = 65536 , i ... nt $offset = 0 ): bool パラメータ filename The filename of the file being read. callback call ... back ( string $filename , string $content ): mixed filename The name of th ... , stream , Read , asynchronously , swoole , read , filename , async , chunk , offset ...
https://man.plustar.jp/php/function.swoole-async-read.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 6469
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ... が存在するかどうか調べる 説明 file_exists ( string $filename ): bool ファイルあるいはディレクトリが存在するかど ... うかを調べます。 パラメータ filename ファイルあるいはディレクトリへのパス。 Windows 上で ... 共有上のファイルを調べるには、 //computername/share/filename または \\computername\share\filename のように指定し ... てください。 戻り値 filename で指定したファイルまたはディレクトリが存在すれば t ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT