検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 174 for contents (0.026 sec.)
S/MIME メッセージを暗号化する 4840
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... assport! HQ EOD; // キーを読み込む $key = file_get_contents ( "nighthawk.pem" ); // ファイルにメッセージを保存 ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 4840
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために ... ); // バイナリファイルを読み込む $data = file_get_contents ( 'image1.jpg' ); // バイナリデータをエスケープする ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]
テキスト型フィールドに挿入するために、リテラルをエスケープする 4840
« pg_escape_identifier pg_escape_string » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入す ... る) テキストファイルを読み込みます $data = file_get_contents ( 'letter.txt' ); // テキストデータをエスケープしま ...
https://man.plustar.jp/php/function.pg-escape-literal.html - [similar]
変更された関数 4840
« PHP 7.1.x で推奨されなくなる機能 その他の変更 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 変 ... を指定することができます。 ファイルシステム file_get_contents() 関数は、ストリームがシーク可能な場合、 負のシーク ...
https://man.plustar.jp/php/migration71.changed-functions.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 4840
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内 ... $configuration = simplexml_load_string ( file_get_contents ( Phar :: running ( false ) . '/config.xml' )); ?> ...
https://man.plustar.jp/php/phar.mount.html - [similar]
CUBRID 関数 4840
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... st — Close the request handle cubrid_col_get — Get contents of collection type column using OID cubrid_col_siz ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
4840
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... try_open ( $zip , $zip_entry , "r" )) { echo "File Contents:\n" ; $buf = zip_entry_read ( $zip_entry , zip_ent ...
https://man.plustar.jp/php/zip.examples.html - [similar]
CUBRID 4772
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... st — Close the request handle cubrid_col_get — Get contents of collection type column using OID cubrid_col_siz ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
バイナリセーフなファイル書き込み処理 4772
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... プロセスへのファイルポインタをオープンする file_get_contents() - ファイルの内容を全て文字列に読み込む pack() - ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
配列構造体に XML データを処理する 4772
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... ad the XML database of aminoacids $data = file_get_contents ( $filename ); $parser = xml_parser_create (); xml ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]