検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 389 for fileName (0.003 sec.)
Description 5534
« Swoole\Async::write Swoole\Atomic » PHP Manual Swoole\Async Description Swoole\Async::writeFil ... 説明 public static Swoole\Async::writeFile ( string $filename , string $content , callable $callback = ? , strin ... ん。引数のリストのみが 記述されています。 パラメータ filename The filename being written. content The content wr ... escription , Swoole , Async , writeFile , string , filename , content , callback , flags , 情報 ...
https://man.plustar.jp/php/swoole-async.writefile.html - [similar]
Write data to a file stream asynchronously 5490
« swoole_async_set swoole_async_writefile » PHP Manual Swoole 関数 Write data to a file stream a ... m asynchronously 説明 swoole_async_write ( string $filename , string $content , int $offset = ? , callable $ca ... llback = ? ): bool パラメータ filename The filename being written. content The content wr ... ynchronously , swoole , async , offset , content , filename , callback ...
https://man.plustar.jp/php/function.swoole-async-write.html - [similar]
ファイルの内容をFTPサーバ上の別のファイルに追加する 5447
« ftp_alloc ftp_cdup » PHP Manual FTP 関数 ファイルの内容をFTPサーバ上の別のファイルに追加する f ... ftp_append ( FTP\Connection $ftp , string $remote_filename , string $local_filename , int $mode = FTP_BINARY ... ータ ftp FTP\Connection クラスのインスタンス remote_filename local_filename mode 戻り値 成功した場合に true を、 ... キーワード: サーバ , 追加 , 内容 , ファイル , 上の , filename , append , Connection , 期待 , バージョン ...
https://man.plustar.jp/php/function.ftp-append.html - [similar]
テーブルからのデータをファイルにコピーする 5447
« PDO::pgsqlCopyToArray PDO::pgsqlGetNotify » PHP Manual PostgreSQL (PDO) テーブルからのデータを ... DO::pgsqlCopyToFile ( string $table_name , string $filename , string $delimiter = "\t" , string $null_as = "\\ ... \\N" , string $fields = ? ): bool filename で指定されたファイルに、テーブルからデータをコピー ... ます。 パラメータ table_name テーブル名を含む文字列 filename エキスポートするファイル名 delimiter filename で指 ... ーブル , コピー , データ , PDO , ファイル , string , filename , pgsqlCopyToFile , delimiter , fields ...
https://man.plustar.jp/php/pdo.pgsqlcopytofile.html - [similar]
暗号化フィルタ 5404
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ion encryptFile ( $password , $input_stream , $aes_filename ){ $iv_size = mcrypt_get_iv_size ( MCRYPT_RIJNDAEL ... fopen ( $input_stream , "rb" ); $fc = fopen ( $aes_filename , "wb+" ); if (!empty( $fin ) && !empty( $fc )) { ... hmac_after_32bytes ( $password , $hmac_salt , $aes_filename ); $fc = fopen ( $aes_filename , "rb+" ); fwrite ( ... lic static function decryptFile ( $password , $aes_filename , $out_stream ) { $iv_size = mcrypt_get_iv_size ( ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 5404
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... 値 ファイル名の情報を含む連想配列の配列を返します。 filename 作成された一時ファイルへのパス。 origfilename もと ... ル名。uuencode されたパートにのみ存在します。 最初の filename エントリがメッセージ本文、次のエントリがデコードさ ... ( $fp ); echo "BODY\n" ; readfile ( $data [ 0 ][ "filename" ]); echo "UUE ( { $data [ 1 ][ 'origfilename' ]} ... )\n" ; readfile ( $data [ 1 ][ "filename" ]); // 後始末をします unlink ( $data [ 0 ][ "file ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
Creates image from a data 5404
« rrd_first rrd_info » PHP Manual RRD 関数 Creates image from a data rrd_graph (PECL rrd >= 0.9. ... Creates image from a data 説明 rrd_graph ( string $filename , array $options ): array Creates image for a part ... icular data from RRD file. パラメータ filename The filename to output the graph to. This will gen ... 連キーワード: data , Creates , from , rrd , graph , filename , definitions , output , array , RRD ...
https://man.plustar.jp/php/function.rrd-graph.html - [similar]
ファイルからデータをテーブルにコピーする 5404
« PDO::pgsqlCopyFromArray PDO::pgsqlCopyToArray » PHP Manual PostgreSQL (PDO) ファイルからデータ ... ::pgsqlCopyFromFile ( string $table_name , string $filename , string $delimiter = "\t" , string $null_as = "\\ ... \\N" , string $fields = ? ): bool filename で指定されたファイルからデータをテーブル table_nam ... ます。 パラメータ table_name テーブル名を含む文字列 filename インポートするデータを含むファイル名 delimiter fil ... ーブル , データ , コピー , PDO , ファイル , string , filename , pgsqlCopyFromFile , delimiter , fields ...
https://man.plustar.jp/php/pdo.pgsqlcopyfromfile.html - [similar]
ファイルの更新時刻を取得する 5361
« fileinode fileowner » PHP Manual ファイルシステム 関数 ファイルの更新時刻を取得する filemtime ... ァイルの更新時刻を取得する 説明 filemtime ( string $filename ): int | false この関数は、ファイルのブロックデータ ... ファイルの内容が変更された際の時間です。 パラメータ filename ファイルへのパス。 戻り値 ファイルの最終更新時刻を ... txt was last modified: December 29 2002 22:16:23. $filename = 'somefile.txt' ; if ( file_exists ( $filename )) ... { echo " $filename was last modified: " . date ( "F d Y H:i:s." , fil ...
https://man.plustar.jp/php/function.filemtime.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 5317
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... 、全ての情報を返す 説明 apache_lookup_uri ( string $filename ): object | false この関数は、URIにリクエストの一部 ... ストールされた場合のみサポートされます。 パラメータ filename リクエストされているファイル名 (URI)。 戻り値 URI ... equest status_line method content_type handler uri filename path_info args boundary no_cache no_local_copy all ... ); print_r ( $info ); if ( file_exists ( $info -> filename )) { echo 'file exists!' ; } ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT