検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 179 for fopen (0.081 sec.)
変数の型名をデバッグしやすい形で取得する 4833
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する ... P_EOL ; echo get_debug_type ([]) . PHP_EOL ; $fp = fopen ( __FILE__ , 'rb' ); echo get_debug_type ( $fp ) . ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
ファイルの内容から、ハッシュ値を生成する 4833
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... ename ハッシュ対象となるファイルの位置を示す URL。 fopen ラッパーをサポートしています。 binary true を設定す ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 4833
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... ename ハッシュ対象となるファイルの位置を示す URL。 fopen ラッパーをサポートしています。 key HMAC 方式でのメ ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 4833
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... // 新しい画像データをファイルに書き込みます $fp = fopen ( $path , "wb" ); fwrite ( $fp , $content ); fclos ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
デフォルトの外部エンティティローダーを変更する 4833
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... var_dump ( $system ); var_dump ( $context ); $f = fopen ( "php://temp" , "r+" ); fwrite ( $f , $dtd ); rew ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 4833
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... / ファイルから公開鍵を取得し、使用可能とする $fp = fopen ( "/src/openssl-0.9.6/demos/sign/key.pem" , "r" ); ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
デフォルトのストリームコンテキストを取得する 4833
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... t_default ( ? array $options = null ): resource ( fopen() 、 file_get_contents() のような) ファイル操作関 ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
一意なファイル名を生成する 4833
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... $tmpfname = tempnam ( "/tmp" , "FOO" ); $handle = fopen ( $tmpfname , "w" ); fwrite ( $handle , "writing t ...
https://man.plustar.jp/php/function.tempnam.html - [similar]
指定したキーの排他ロックを解放する 4833
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... します。 例 例1 wincache_unlock() の使用 <?php $fp = fopen ( "/tmp/lock.txt" , "r+" ); if ( wincache_lock ( “ ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]
XML ドキュメントの処理を開始する 4833
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... は例を簡単にするため省略しています。 <?php $stream = fopen ( 'large.xml' , 'r' ); $parser = xml_parser_create ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT