検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 210 for www (0.046 sec.)
インターネットサービスおよびプロトコルが関連するポート番号を取得する 5835
« getprotobynumber getservbyport » PHP Manual ネットワーク 関数 インターネットサービスおよびプロ ... mtp' , 'nicname' , 'gopher' , 'finger' , 'pop3' , 'www' ); foreach ( $services as $service ) { $port = ge ... トサービスを得る ポート番号の完全なリストは » http://www.iana.org/assignments/port-numbers 関連キーワード: ...
https://man.plustar.jp/php/function.getservbyname.html - [similar]
Creates an initialization vector (IV) from a random source 5835
« Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from ... iv ( $size , MCRYPT_DEV_RANDOM ); ?> 参考 » http://www.ciphersbyritter.com/GLOSSARY.HTM#IV » http://www.q ...
https://man.plustar.jp/php/function.mcrypt-create-iv.html - [similar]
OpenBSD へのインストール 5835
« CGI およびコマンドライン Solaris へのインストール » PHP Manual Unix システムへのインストール O ... jail 内で実行されます。 これにより、PHP は、 /var/www 以下のファイルにしか アクセスできないように制限され ... ます。そのため、セッションを使用するには、 /var/www/tmp ディレクトリを作成するか、他のセッションバック ... たとえば /etc/resolv.conf や /etc/services を、 /var/www/etc に移動させる必要があります。 OpenBSD の PEAR パ ...
https://man.plustar.jp/php/install.unix.openbsd.html - [similar]
PHP による HTTP 認証 5729
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... !isset( $_SERVER [ 'PHP_AUTH_USER' ])) { header ( "WWW-Authenticate: Basic realm=\"My Realm\"" ); header ... header ( 'HTTP/1.1 401 Unauthorized' ); header ( 'WWW-Authenticate: Digest realm="' . $realm . '",qop="a ... さいようです。今のところ、 HTTP/1.0 401 ヘッダの前に WWW-Authenticate ヘッダを送るのが効果があるようです。 ... 認証の例 <?php function authenticate () { header ( 'WWW-Authenticate: Basic realm="Test Authentication Sys ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
cURL ハンドルを、その設定も含めてコピーする 5729
« curl_close curl_errno » PHP Manual cURL 関数 cURL ハンドルを、その設定も含めてコピーする curl_ ... 設定します curl_setopt ( $ch , CURLOPT_URL , 'http://www.example.com/' ); curl_setopt ( $ch , CURLOPT_HEADE ... ます $ch2 = curl_copy_handle ( $ch ); // URL (http://www.example.com/) を取得し、ブラウザに渡します curl_ex ...
https://man.plustar.jp/php/function.curl-copy-handle.html - [similar]
接続を初期化する 5729
« gnupg_import gnupg_keyinfo » PHP Manual GnuPG 関数 接続を初期化する gnupg_init (PECL gnupg >= ... ile_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> 例3 デフォルト値を使い、オブジェクト ... ile_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> 関連キーワード: 初期 , 接続 , init ...
https://man.plustar.jp/php/function.gnupg-init.html - [similar]
生の HTTP ヘッダを送信する 5729
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... るということになります */ header ( 'Location: http://www.example.com/' ); exit; ?> パラメータ header ヘッダ ... いない場合にのみ)。 <?php header ( "Location: http://www.example.com/" ); /* ブラウザをリダイレクトします * ... ヘッダを強制的に生成します。例えば、 <?php header ( 'WWW-Authenticate: Negotiate' ); header ( 'WWW-Authenti ...
https://man.plustar.jp/php/function.header.html - [similar]
Record emergency log information 5729
« SeasLog::__destruct SeasLog::error » PHP Manual SeasLog Record emergency log information SeasL ... (true) bool(true) bool(true) array(2) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(8 ... 0935149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> strin ...
https://man.plustar.jp/php/seaslog.emergency.html - [similar]
HTTP コンテキストオプションの一覧 5623
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... 、リクエストを生成する際に完全な URI (例: GET http://www.example.com/path/to/file.html HTTP/1.0 ) が用いられ ... 'POST' , 'header' => 'Content-type: application/x-www-form-urlencoded' , 'content' => $postdata ) ); $co ... 視し、ヘッダとコンテンツの取得 <?php $url = "http://www.example.org/header.php" ; $opts = array( 'http' => ...
https://man.plustar.jp/php/context.http.html - [similar]
CURLFile オブジェクトを作る 5623
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... ジェクト指向型 <?php $request = curl_init ( 'http://www.example.com/upload.php' ); curl_setopt ( $request ... <?php // procedural $request = curl_init ( 'http://www.example.com/upload.php' ); curl_setopt ( $request ... なります。 array(26) { ["url"]=> string(31) "http://www.example.com/upload.php" ["content_type"]=> string( ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT