検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 1068 for file (0.032 sec.)
セキュリティ設定を取得する 2930
« XSLTProcessor::getParameter XSLTProcessor::hasExsltSupport » PHP Manual XSLTProcessor セキュリ ... にはパラメータはありません。 戻り値 XSL_SECPREF_READ_FILE 、 XSL_SECPREF_WRITE_FILE 、 XSL_SECPREF_CREATE_DI ...
https://man.plustar.jp/php/xsltprocessor.getsecurityprefs.html - [similar]
Subversion 2912
« SVMModel::save はじめに » PHP Manual その他のサービス Subversion Subversion はじめに インストー ... ィレクトリ名とファイルタイプのハッシュを返す svn_fs_file_contents — 指定したバージョンの fs から、ファイルの ... 中身を読み込むためのストリームを返す svn_fs_file_length — 指定したバージョンの fs から、ファイルの長 ... 指定されたパスがディレクトリかを判定する svn_fs_is_file — 指定されたパスがファイルかを判定する svn_fs_make ... dir — 新しい空のディレクトリを作成する svn_fs_make_file — 新しい空のファイルを作成する svn_fs_node_created ...
https://man.plustar.jp/php/book.svn.html - [similar]
About event persistence 2912
« Event flags Event callbacks » PHP Manual Event About event persistence About event persistence ... enever a pending event becomes active (because its file descriptor is ready to read or write, or because i ... e event will become active: Whenever the socket or file descriptor is ready for reading. Whenever five sec ...
https://man.plustar.jp/php/event.persistence.html - [similar]
暗号化フィルタ 2912
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... e , MCRYPT_DEV_URANDOM ); $fp = fopen ( 'encrypted-file.enc' , 'wb' ); fwrite ( $fp , $iv ); $opts = array ... ( $fp ); // 復号化する... $fp = fopen ( 'encrypted-file.enc' , 'rb' ); $iv = fread ( $fp , $iv_size = mcry ... と SHA256 HMAC で暗号化する <?php AES_CBC :: encryptFile ( $password , "plaintext.txt" , "encrypted.enc" ); ... AES_CBC :: decryptFile ( $password , "encrypted.enc" , "decrypted.txt" ); ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Closes a database 2912
« dbase_add_record dbase_create » PHP Manual dBase 関数 Closes a database dbase_close (PHP 5 < 5 ... nstead of an int . 例 例1 Closing a dBase database file <?php // open in read-only mode $db = dbase_open ( ... urce , create , open , バージョン , Opens , 参考 , file , Closing ...
https://man.plustar.jp/php/function.dbase-close.html - [similar]
Initiates a restore task in the service manager and returns immediately 2912
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... estore ( resource $service_handle , string $source_file , string $dest_db , int $options = 0 , bool $verbo ... y opened connection to the database server. source_file The absolute path on the server where the backup f ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
CSR を文字列としてエクスポートする 2912
« openssl_csr_export_to_file openssl_csr_get_public_key » PHP Manual OpenSSL 関数 CSR を文字列と ... ; echo $csr_string ; ?> 参考 openssl_csr_export_to_file() - CSR をファイルにエクスポートする openssl_csr_n ... ラメータ , output , PEM , 作成 , バージョン , 出力 , file , 成功 , 参照 ...
https://man.plustar.jp/php/function.openssl-csr-export.html - [similar]
文字列に unified diff 形式のパッチを適用する 2912
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... ch を適用してその結果を返します。 patch は、 xdiff_file_diff() / xdiff_string_diff() 関数で作成した unifie ... 式のパッチ文字列。 xdiff_string_diff() 関数や xdiff_file_diff() 関数、 あるいは互換性のあるツールで作成した ... 記事に対して変更を適用します。 <?php $old_article = file_get_contents ( './old_article.txt' ); $diff = $_SE ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 2912
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... th/to/phar.phar' ); $a -> addFromString ( 'path/to/file.txt' , 'my simple file' ); $b = $a [ 'path/to/file ... ffsetSet() を使用します $c = fopen ( '/path/to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ... ここでエラー処理をします } ?> 注意 注意 : Phar::addFile() , Phar::addFromString() , Phar::offsetSet() は、 ... 上のファイルを tar/zip アーカイブに追加する Phar::addFile() - ファイルシステム上のファイルを phar アーカイブ ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 2912
« PharData::addFile PharData::buildFromDirectory » PHP Manual PharData ファイルシステム上のファイ ... /path/to/my.tar' ); $a -> addFromString ( 'path/to/file.txt' , 'my simple file' ); $b = $a [ 'path/to/file ... ffsetSet() を使用します $c = fopen ( '/path/to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ... こでエラー処理をします } ?> 注意 注意 : PharData::addFile() , PharData::addFromString() , PharData::offsetSe ... 、ファイルを phar アーカイブに追加する PharData::addFile() - ファイルシステム上のファイルを tar/zip アーカイ ...
https://man.plustar.jp/php/phardata.addfromstring.html - [similar]