検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 542 for Http (0.025 sec.)
画像の大きさを取得する 3669
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... を表す文字列を返します。これらは HTML の IMG タグや HTTP の content type として使用できます。 警告 この関数 ... ます。 最も一般的な例は、マーカーAPPl3に埋込 IPTC » http://www.iptc.org/ 情報が返されることです。 バイナリ形 ... Eタイプに一致します。この情報は 画像とともに正しい HTTP Content-type ヘッダを転送するために使用できます。 ... 3 getimagesize (URL) <?php $size = getimagesize ( "http://www.example.com/gifs/logo.gif" ); // ファイル名に ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
ストリームコンテキストを作成する 3669
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... ream_context_create() の使用 <?php $opts = array( 'http' =>array( 'method' => "GET" , 'header' => "Accept- ... ream_context_create ( $opts ); /* 上のヘッダと共に http リクエストを www.example.com に対して 送出します * ... / $fp = fopen ( 'http://www.example.com' , 'r' , false , $context ); fpa ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
ファイルの内容を全て文字列に読み込む 3654
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... の取得と出力 <?php $homepage = file_get_contents ( 'http://www.example.com/' ); echo $homepage ; ?> 例2 inc ... 使用 <?php // ストリームを作成します $opts = array( 'http' =>array( 'method' => "GET" , 'header' => "Accept- ... = stream_context_create ( $opts ); // 上で設定した HTTP ヘッダを使用してファイルをオープンします $file = f ... ile_get_contents ( 'http://www.example.com/' , false , $context ); ?> 注意 ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
新しい tidy オブジェクトを作成する 3654
« tidy::cleanRepair tidy::diagnose » PHP Manual tidy 新しい tidy オブジェクトを作成する tidy::__ ... のとして解釈されます。 オプションについての説明は » http://api.html-tidy.org/#quick-reference を参照ください ... PE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <ht ... ml xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> ...
https://man.plustar.jp/php/tidy.construct.html - [similar]
関数エイリアスのリスト 3631
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... ding mb_detect_encoding() Multi-bytes Strings i18n_http_input mb_http_input() Multi-bytes Strings i18n_htt ... p_output mb_http_output() Multi-bytes Strings i18n_internal_encodin ...
https://man.plustar.jp/php/aliases.html - [similar]
SQL 文を直接実行する 3631
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... 'SELECT * FROM XMLTABLE( XMLNAMESPACES (DEFAULT \'http://posample.org\'), \'db2-fn:xmlcolumn("CUSTOMER.IN ... , C.STATUS FROM XMLTABLE( XMLNAMESPACES (DEFAULT \'http://posample.org\'), \'db2-fn:xmlcolumn("CUSTOMER.IN ... ASEORDER AS B, XMLTABLE ( XMLNAMESPACES (DEFAULT \'http://posample.org\'), \'db2-fn:xmlcolumn("PURCHASEORD ... ry-space strip; declare default element namespace "http://posample.org"; <promoList> { for $prod in $doc/p ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
接続したソケットからデータを受信する 3631
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... ) . "\n" ; } else { echo "OK.\n" ; } $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: www.example.com\r\n" ; $i ... ection: Close\r\n\r\n" ; $out = '' ; echo "Sending HTTP HEAD request..." ; socket_write ( $socket , $in , ... ect to '208.77.188.166' on port '80'...OK. Sending HTTP HEAD request...OK. Reading response: Read 123 byte ... s from socket_recv(). Closing socket...HTTP/1.1 200 OK Date: Mon, 14 Sep 2009 08:56:36 GMT Ser ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
はじめに 3631
« MySQL (最初の API) インストール/設定 » PHP Manual MySQL (最初の API) はじめに はじめに この拡張 ... を可能にします。 MySQL に関するより詳細な情報は、 » http://www.mysql.com/ にあります。 MySQL のドキュメント ... は、 » http://dev.mysql.com/doc/ にあります。 関連キーワード: ...
https://man.plustar.jp/php/intro.mysql.html - [similar]
はじめに 3631
« SQLSRV インストール/設定 » PHP Manual SQLSRV はじめに はじめに SQLSRV エクステンションを使えば ... エクステンションは Microsoft がサポートしており、 » http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx ... ダウンロードできます。 SQL Server 2012 LocalDB は » http://go.microsoft.com/fwlink/?LinkID=237665 からダウン ...
https://man.plustar.jp/php/intro.sqlsrv.html - [similar]
外部から来る変数 3631
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... NG (URLの'?'の後の情報)にも代入されます。 例えば、 http://www.example.com/test.php?id=3 には、 $_GET['id'] ... P はピリオドをアンダースコアに自動的に変換します。 HTTP Cookie PHP は、 » RFC 6265 に定義されたHTTP Cookie ... 数によりCookieをセットす ることができます。Cookieは、HTTP ヘッダの一部なので、SetCookie 関数をブラウザに何か ... ect() , is_string() です。 型 の章も参照ください。 HTTP はテキストプロトコルなので、 $_POST および $_GET の ...
https://man.plustar.jp/php/language.variables.external.html - [similar]