検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1068 for file (0.045 sec.)
Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 3500
« SeasLog::error SeasLog::getBasePath » PHP Manual SeasLog Flush logs buffer, dump to appender file ... :flushBuffer — Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 説明 public st ... ol Flush logs buffer by seaslog.appender : dump to file, or send to remote api with tcp/udp. 注意 : See al ... , remote , flushBuffer , array , appender , logs , file , Flush ...
https://man.plustar.jp/php/seaslog.flushbuffer.html - [similar]
新しいファイルオブジェクトを作成する 3500
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作 ... 成する SplFileObject::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... SplFileObject::__construct — 新しいファイルオブジェクトを作 ... 成する 説明 public SplFileObject::__construct ( string $filename , string $mo ... 新しいファイルオブジェクトを作成します。 パラメータ filename 読み込むファイル。 ヒント fopen wrappers が有効 ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
ファイル名や場所を変更する 3482
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... に false を返します 例 例1 eio_rename() の例 <?php $filename = dirname ( __FILE__ ). "/eio-temp-file.dat" ; ... touch ( $filename ); $new_filename = dirname ( __FILE__ ). "/eio ... -temp-file-new.dat" ; function my_rename_cb ( $data , $result ... ) { global $filename , $new_filename ; if ( $result == 0 && ! file_ ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
FTP サーバー上のファイルを削除する 3482
« ftp_connect ftp_exec » PHP Manual FTP 関数 FTP サーバー上のファイルを削除する ftp_delete (PHP ... する 説明 ftp_delete ( FTP\Connection $ftp , string $filename ): bool ftp_delete() は、 filename で指定したフ ... パラメータ ftp FTP\Connection クラスのインスタンス filename 削除するファイル。 戻り値 成功した場合に true ... を期待していました。 例 例1 ftp_delete() の例 <?php $file = 'public_html/old.txt' ; // 接続を確立する $ftp = ... in ( $ftp , $ftp_user_name , $ftp_user_pass ); // $file の削除を試みる if ( ftp_delete ( $ftp , $file )) { ...
https://man.plustar.jp/php/function.ftp-delete.html - [similar]
MIME リソースを解放する 3482
« mailparse_msg_extract_whole_part_file mailparse_msg_get_part_data » PHP Manual Mailparse 関数 ... ailparse_msg_create() あるいは mailparse_msg_parse_file() が割り当てた 有効な MIME リソース。 戻り値 成功し ... mime メールリソースを作成する mailparse_msg_parse_file() - ファイルをパースする 関連キーワード: リソース ... , mailparse , 解放 , file , free , create , part , mimemail , 作成 , メール ...
https://man.plustar.jp/php/function.mailparse-msg-free.html - [similar]
証明書をファイルにエクスポートする 3482
« openssl_x509_checkpurpose openssl_x509_export » PHP Manual OpenSSL 関数 証明書をファイルにエク ... スポートする openssl_x509_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_x509 ... _export_to_file — 証明書をファイルにエクスポートする 説明 openssl_ ... x509_export_to_file ( OpenSSLCertificate | string $certificate , strin ... g $output_filename , bool $no_text = true ): bool openssl_x509_ex ...
https://man.plustar.jp/php/function.openssl-x509-export-to-file.html - [similar]
XMLファイルをパースし、オブジェクトに代入する 3482
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、 ... オブジェクトに代入する simplexml_load_file (PHP 5, PHP 7, PHP 8) simplexml_load_file — XMLファ ... パースし、オブジェクトに代入する 説明 simplexml_load_file ( string $filename , ? string $class_name = Simple ... ドキュメントをオブジェクトに変換します。 パラメータ filename XML ファイルへのパス。 class_name simplexml_lo ... ad_file() が指定されたクラスのオブジェクトを返すようにする ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]
暗号化のために、シークレットストリームのコンテキストを初期化する 3482
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... 20poly1305_init_push() の例 <?php function encrypt_file ( string $inputFilePath , string $outputFilePath , ... stream_xchacha20poly1305_init_push ( $key ); $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile = f ... open ( $outputFilePath , 'wb' ); // Write the header: fwrite ( $outpu ... tFile , $header ); $inputFileSize = fstat ( $inputFile ) ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
Procedural PECL/rrd example 3482
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... e 例1 Procedural usage of rrd <?php $rrdFile = dirname ( __FILE__ ) . "/speed.rrd" ; //create r ... rd file rrd_create ( $rrdFile , array( "--start" , 9208044 ... 5:1:24" , "RRA:AVERAGE:0.5:6:10" ) ); //update rrd file rrd_update ( $rrdFile , array( "920804700:12345" , ... 12357" ) ); //graph output rrd_graph ( dirname ( __FILE__ ) . "/speed.png" , array( "--start" , "920804400 ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 3458
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... を読み込む 説明 exif_read_data ( resource | string $file , ? string $required_sections = null , bool $as_ar ... づいて EXIF データタグの検証も行います。 パラメータ file 画像ファイルの位置。 ファイルのパス (ストリームラッ ... も見つからなかった場合の戻り値は false となります。 FILE FileName, FileSize, FileDateTime, SectionsFound CO ... equired_sections は、nullable になりました。 7.2.0 file パラメータは ローカルファイルとストリームリソースを ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]