検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 389 for filename (0.663 sec.)
gz ファイルを出力する 3871
« inflate_init zlib_decode » PHP Manual Zlib 関数 gz ファイルを出力する readgzfile (PHP 4, PHP 5 ... — gz ファイルを出力する 説明 readgzfile ( string $filename , int $use_include_path = 0 ): int | false ファイル ... はファイルを解凍せずに直接読込みます。 パラメータ filename ファイル名を指定します。このファイルはファイルシス ...
https://man.plustar.jp/php/function.readgzfile.html - [similar]
SCP 経由でファイルを送信する 3871
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send ... password' ); ssh2_scp_send ( $connection , '/local/filename' , '/remote/filename' , 0644 ); ?> 参考 ssh2_scp_r ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
ファイルに関する情報を取得する 3871
« set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat ... ファイルに関する情報を取得する 説明 stat ( string $filename ): array | false filename で指定されたファイルに つ ... いての統計情報を取得します。 filename がシンボリックリンクの場合、 シンボリックリンクでは ... すという違いを除いて stat() と等価です。 パラメータ filename ファイルへのパス。 戻り値 stat() と fstat() の結果 ...
https://man.plustar.jp/php/function.stat.html - [similar]
XOR training 3828
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... unction_output ( $ann , FANN_SIGMOID_SYMMETRIC ); $filename = dirname ( __FILE__ ) . "/xor.data" ; if ( fann_t ... rain_on_file ( $ann , $filename , $max_epochs , $epochs_between_reports , $desired ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
特殊ファイルあるいは一般ファイルを作る 3828
« eio_mkdir eio_nop » PHP Manual Eio 関数 特殊ファイルあるいは一般ファイルを作る eio_mknod (PECL ... io_mknod() の例 <?php // FIFO 名前付きパイプ $temp_filename = "/tmp/eio-temp-fifo" ; /* eio_mknod() が終わった ... od_ok" ; } @ unlink ( $data ); } eio_mknod ( $temp_filename , EIO_S_IFIFO , 0 , EIO_PRI_DEFAULT , "my_mknod_ca ... llback" , $temp_filename ); eio_event_loop (); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.eio-mknod.html - [similar]
FDF ドキュメントをオープンする 3828
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... ドキュメントをオープンする 説明 fdf_open ( string $filename ): resource フォームデータを含むファイルをオープン ... ST リクエストを処理することもできます。 パラメータ filename FDF ファイルへのパス。このファイルは、PDF フォーム ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]
画像の一部をコピーしサイズを変更する 3828
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... サイズで表示します。 <?php // ファイルと新規サイズ $filename = 'test.jpg' ; $percent = 0.5 ; // コンテントタイプ ... 得します list( $width , $height ) = getimagesize ( $filename ); $newwidth = $width * $percent ; $newheight = $h ... h , $newheight ); $source = imagecreatefromjpeg ( $filename ); // リサイズ imagecopyresized ( $thumb , $source ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
メッセージセクションを展開/デコードする 3828
« mailparse_msg_create mailparse_msg_extract_part » PHP Manual Mailparse 関数 メッセージセクショ ... sg_extract_part_file ( resource $mimemail , mixed $filename , callable $callbackfunc = ? ): string 指定したファ ... mailparse_msg_create() で作成した MIME リソース。 filename ファイル名あるいは有効なストリームリソース。 callb ...
https://man.plustar.jp/php/function.mailparse-msg-extract-part-file.html - [similar]
PWL ファイルを使用して辞書を作成する 3784
« enchant_broker_request_dict enchant_broker_set_dict_path » PHP Manual Enchant 関数 PWL ファイル ... request_pwl_dict ( EnchantBroker $broker , string $filename ): EnchantDictionary | false PWL ファイルを使用して ... roker_init() によって返される Enchant ブローカー。 filename PWL ファイルへのパス。 ファイルが存在しない場合は、 ...
https://man.plustar.jp/php/function.enchant-broker-request-pwl-dict.html - [similar]
include または require で読み込まれたファイルの名前を配列として返す 3784
« get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または re ... t_included_files (); foreach ( $included_files as $filename ) { echo " $filename \n" ; } ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/function.get-included-files.html - [similar]