検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1068 for file (0.052 sec.)
使用可能な辞書の一覧を返す 3650
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... spell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [1] => ... spell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [3] => ... spell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [4] => ... spell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [5] => ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
コード変換指令に基づきファイルからファイルにコード変換する 3650
« Recode 関数 recode_string » PHP Manual Recode 関数 コード変換指令に基づきファイルからファイルに ... コード変換する recode_file (PHP 4, PHP 5, PHP 7 < 7.4.0) recode_file — コード ... づきファイルからファイルにコード変換する 説明 recode_file ( string $request , resource $input , resource $ou ... 外の場合に true を返します。 例 例1 基本的な recode_file() の例 <?php $input = fopen ( 'input.txt' , 'r' ); ... $output = fopen ( 'output.txt' , 'w' ); recode_file ( "us..flat" , $input , $output ); ?> 注意 この関数 ...
https://man.plustar.jp/php/function.recode-file.html - [similar]
Gets information about last updated data 3650
« rrd_last rrd_restore » PHP Manual RRD 関数 Gets information about last updated data rrd_lastup ... ut last updated data 説明 rrd_lastupdate ( string $filename ): array Gets array of the UNIX timestamp and ... date in the most recent update of the RRD database file. パラメータ file RRD database file name. 戻り値 Ar ... mation , data , updated , rrd , RRD , lastupdate , file , database , array , update ...
https://man.plustar.jp/php/function.rrd-lastupdate.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 3650
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... 20poly1305_init_pull() の例 <?php function decrypt_file ( string $inputFilePath , string $outputFilePath , ... string $key ): void { $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile = f ... open ( $outputFilePath , 'wb' ); $header = fread ( $inputFile , 24 ); ... acha20poly1305_init_pull ( $header , $key ); $inputFileSize = fstat ( $inputFile )[ 'size' ]; // Decrypt t ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
ホスト公開鍵を使用して認証を行う 3650
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... th_hostbased_file (PECL ssh2 >= 0.9.0) ssh2_auth_hostbased_file — ホ ... 公開鍵を使用して認証を行う 説明 ssh2_auth_hostbased_file ( resource $session , string $username , string $h ... ostname , string $pubkeyfile , string $privkeyfile , string $passphrase = ? , s ... 取得した SSH 接続リンク ID。 username hostname pubkeyfile privkeyfile passphrase もし privkeyfile が暗号化さ ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
ファイルタイプを取得する 3650
« SplFileInfo::getSize SplFileInfo::isDir » PHP Manual SplFileInfo ファイルタイプを取得する SplFile ... ileInfo::getType (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getType — ファイルタイプを取得する 説明 publi ... c SplFileInfo::getType (): string | false 参照するファイルの ... ません。 戻り値 このエントリの型を文字列で返します。 file , link , dir , block , fifo , char , socket , unkn ... ラー時に RuntimeException をスローします。 例 例1 SplFileInfo::getType() の例 <?php $info = new SplFileInfo ...
https://man.plustar.jp/php/splfileinfo.gettype.html - [similar]
Add a file to the post form. 3650
« Swoole\Http\Client Swoole\Http\Client::close » PHP Manual Swoole\Http\Client Add a file to the ... post form. Swoole\Http\Client::addFile (PECL swoole >= 1.9.0) Swoole\Http\Client::addFile ... — Add a file to the post form. 説明 public Swoole\Http\Client:: ... addFile ( string $path , string $name , string $type = ? , ... string $filename = ? , string $offset = ? ): void パラメータ pa ...
https://man.plustar.jp/php/swoole-http-client.addfile.html - [similar]
メッセージセクションを展開/デコードする 3626
« mailparse_msg_extract_part_file mailparse_msg_extract_whole_part_file » PHP Manual Mailparse 関 ... 値 値を返しません。 参考 mailparse_msg_extract_part_file() - メッセージセクションを展開/デコードする mailpa ... rse_msg_extract_whole_part_file() - ヘッダを含むメッセージセクションを、transfer e ... デコード , セクション , mailparse , extract , part , file , msgbody , whole ...
https://man.plustar.jp/php/function.mailparse-msg-extract-part.html - [similar]
出力用のファイルを開く 3626
« ps_new ps_open_image_file » PHP Manual PS 関数 出力用のファイルを開く ps_open_file (PECL ps >= ... 1.1.0) ps_open_file — 出力用のファイルを開く 説明 ps_open_file ( resou ... rce $psdoc , string $filename = ? ): bool ディスク上に新しいファイルを作成し ... s_new() が返す、postscript ファイルのリソース ID。 filename postscript ファイルの名前。 filename が渡されな ... トを閉じる 関連キーワード: 出力 , ファイル , open , file , filename , ドキュメント , new , psdoc , 作成 , 名 ...
https://man.plustar.jp/php/function.ps-open-file.html - [similar]
Fetch the data for graph as array 3626
« rrd_error rrd_first » PHP Manual RRD 関数 Fetch the data for graph as array rrd_fetch (PECL rr ... e data for graph as array 説明 rrd_fetch ( string $filename , array $options ): array Gets data for graph ... output from RRD database file as array. This function has same result as rrd_gra ... , but fetched data are returned as array, no image file is created. パラメータ filename RRD database file ... array , data , graph , Fetch , rrd , the , fetch , file , RRD , filename ...
https://man.plustar.jp/php/function.rrd-fetch.html - [similar]