検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 33 for plain (0.003 sec.)
ブラウザからのリクエストを、phar アーカイブ内部のファイルに転送する 12802
« Phar::unlinkArchive PharData » PHP Manual Phar ブラウザからのリクエストを、phar アーカイブ内部 ... PHPS , // highlight_file() に渡します 'c' => 'text/plain' , 'cc' => 'text/plain' , 'cpp' => 'text/plain' , ... 'c++' => 'text/plain' , 'dtd' => 'text/plain' , 'h' => 'text/plain' , ' ... log' => 'text/plain' , 'rng' => 'text/plain' , 'txt' => 'text/plain' , ... 'xsd' => 'text/plain' , 'php' => Phar :: PHP , // PHP としてパースします ...
https://man.plustar.jp/php/phar.webphar.html - [similar]
データ (RFC 2397) 11438
« zlib:// glob:// » PHP Manual サポートするプロトコル/ラッパー データ (RFC 2397) data:// data:// ... 2397 ) ストリームラッパーです。 利用法 data://text/plain;base64, オプション ラッパーの概要 属性 サポートの有 ... と表示します echo file_get_contents ( 'data://text/plain;base64,SSBsb3ZlIFBIUAo=' ); ?> 例2 media type の取 ... 得 <?php $fp = fopen ( 'data://text/plain;base64,' , 'r' ); $meta = stream_get_meta_data ( $ ... fp ); // "text/plain" と表示します echo $meta [ 'mediatype' ]; ?> 関連キ ...
https://man.plustar.jp/php/wrappers.data.html - [similar]
指定されたテキストを復号する 11326
« gnupg_clearsignkeys gnupg_decryptverify » PHP Manual GnuPG 関数 指定されたテキストを復号する g ... 281B6051D071D94B5B230549F9DC851566DC" , "test" ); $plain = gnupg_decrypt ( $res , $encrypted_text ); echo $ ... 281B6051D071D94B5B230549F9DC851566DC" , "test" ); $plain = $gpg -> decrypt ( $encrypted_text ); echo $plain ...
https://man.plustar.jp/php/function.gnupg-decrypt.html - [similar]
SNMP の値が返される方法を設定する 11214
« snmp_set_quick_print snmp2_get » PHP Manual SNMP 関数 SNMP の値が返される方法を設定する snmp_s ... ライブラリの返す形式のままで返します。 SNMP_VALUE_PLAIN SNMP の型情報を含まないプレーンな値を返します。 SN ... を返す方法は、定数 SNMP_VALUE_LIBRARY , SNMP_VALUE_PLAIN のどちらが設定されているかによって決まります。 戻り ... "STRING: lo" snmp_set_valueretrieval ( SNMP_VALUE_PLAIN ); $ret = snmpget ( 'localhost' , 'public' , 'IF-M ... et_valueretrieval ( SNMP_VALUE_OBJECT | SNMP_VALUE_PLAIN ); $ret = snmpget ( 'localhost' , 'public' , 'IF-M ...
https://man.plustar.jp/php/function.snmp-set-valueretrieval.html - [similar]
ファイルの MIME Content-type を検出する 9978
« finfo_set_flags finfo » PHP Manual Fileinfo 関数 ファイルの MIME Content-type を検出する mime_ ... ontent type を MIME 形式で返します。 たとえば text/plain あるいは application/octet-stream のような形式です ... ; ?> 上の例の出力は以下となります。 image/gif text/plain 参考 finfo_file() - finfo_file() のエイリアス finf ... finfo , ファイル , mime , content , file , 失敗 , plain ...
https://man.plustar.jp/php/function.mime-content-type.html - [similar]
データを復号する 9641
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... a very long key, even too long for the cipher' ; $plain_text = 'very important data' ; /* モジュールをオー ... ータを暗号化します */ $c_t = mcrypt_generic ( $td , $plain_text ); mcrypt_generic_deinit ( $td ); /* 復号のた ... ypt_module_close ( $td ); } if ( strncmp ( $p_t , $plain_text , strlen ( $plain_text )) == 0 ) { echo "ok\n ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
Constructs EventHttp object(the HTTP server) 8518
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... vent base. ctx EventSslContext class object. Turns plain HTTP server into HTTPS server. It means that if ct ... 1 8010 * POST /about HTTP/1.0 * Content-Type: text/plain * Content-Length: 4 * Connection: close * (press E ... 0.1 8010 * GET /dump HTTP/1.0 * Content-Type: text/plain * Content-Encoding: UTF-8 * Connection: close * (p ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
CURLStringFile オブジェクトを作る 8406
« CURLStringFile Event » PHP Manual CURLStringFile CURLStringFile オブジェクトを作る CURLStringF ... File ( 'test upload contents' , 'test.txt' , 'text/plain' ); // POST データを設定します $data = array( 'tes ... > string(8) "test.txt" ["type"]=> string(10) "text/plain" ["tmp_name"]=> string(14) "/tmp/phpTtaoCz" ["erro ...
https://man.plustar.jp/php/curlstringfile.construct.html - [similar]
ヘッダ用の関数を登録する 8182
« getservbyport header_remove » PHP Manual ネットワーク 関数 ヘッダ用の関数を登録する header_reg ... callback() の例 <?php header ( 'Content-Type: text/plain' ); header ( 'X-Test: foo' ); function foo () { fo ... たとえば以下のようになります。 Content-Type: text/plain a 注意 header_register_callback() はヘッダを送出し ...
https://man.plustar.jp/php/function.header-register-callback.html - [similar]
ファイルとともに保存されている、ファイル固有のメタデータを返す 8182
« PharFileInfo::getContent PharFileInfo::getPharFlags » PHP Manual PharFileInfo ファイルとともに ... ta (array( 'user' => 'bill' , 'mime-type' => 'text/plain' )); var_dump ( $p [ 'file.txt' ]-> getMetadata () ... string(4) "bill" ["mime-type"]=> string(10) "text/plain" } 参考 PharFileInfo::setMetadata() - ファイルとと ...
https://man.plustar.jp/php/pharfileinfo.getmetadata.html - [similar]
PREV 1 2 3 4 NEXT