Results of 1 - 10 of about 210 for www (0.003 sec.)
- Internet ドメイン: TCP、UDP、SSL、および TLS 11892
- « サポートされるソケットトランスポートのリスト Unix ドメイン: Unix および UDG » PHP Manual サポー
...
なければ、 tcp:// と仮定されます。 127.0.0.1 fe80::1 www.example.com tcp://127.0.0.1 tcp://fe80::1 tcp://ww ...
w.example.com udp://www.example.com ssl://www.example.com sslv2://www.exam ...
ple.com sslv3://www.example.com tls://www.example.com Internet ドメイン ...
げます。 tcp://127.0.0.1:80 tcp://[fe80::1]:80 tcp://www.example.com:80 注意 : IPv6 数値アドレスとポート番号 ...
-
https://man.plustar.jp/php/transports.inet.html
- [similar]
- XFormsの処理 9234
- « セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、
...
1 簡単なXForms検索フォーム <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/2002/x ...
。 通常のHTMLフォームでは、データは、 application/x-www-form-urlencoded で送信されますが、XFormsでは、この ...
ることにより、 クライアントブラウザに application/x-www-form-urlencoded としてデータを送信するよう指示する ...
rmにより $_POST を送信する <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/2002/x ...
-
https://man.plustar.jp/php/features.xforms.html
- [similar]
- 要件 8810
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 GD ライブラリ( » h
...
ttp://www.libgd.org/ で取得可能)があれば、画像の作成と操 作を ...
ダウンロードするライブラリ 注記 gif jpeg » http://www.ijg.org/ (PHP のビルド前に) jpeg ライブラリをビルド ...
not found というエラーが発生します。 png » http://www.libpng.org/pub/png/libpng.html xpm » http://www.ib ...
ード: 要件 , ライブラリ , イメージ , インストール , www , 形式 , pub , configure , 拡張 , 処理 ...
-
https://man.plustar.jp/php/image.requirements.html
- [similar]
- Nginx 1.4.x (Unix システム用) 8705
- « Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインス
...
/usr/local/php/php.ini cp /usr/local/etc/php-fpm.d/www.conf.default /usr/local/etc/php-fpm.d/www.conf cp ...
.fix_pathinfo=0 サービスを開始する前に、php-fpm が www-data ユーザーと www-data グループで 必ず実行される ...
正しなければいけません: vim /usr/local/etc/php-fpm.d/www.conf 以下の部分を探し、修正します: ; Unix user/gro ...
t, the default user's group ; will be used. user = www-data group = www-data ここまで来れば、php-fpm サー ...
-
https://man.plustar.jp/php/install.unix.nginx.html
- [similar]
- 現在のファイル 8493
- « FilesystemIterator::__construct FilesystemIterator::getFlags » PHP Manual FilesystemIterator 現
...
> 上の例の出力は、 たとえば以下のようになります。 /www/examples/apple.jpg /www/examples/banana.jpg /www/e ...
erator , ファイル , DirectoryIterator , examples , www , パラメータ , アイテム , 定数 , 情報 , 表示 ...
-
https://man.plustar.jp/php/filesystemiterator.current.html
- [similar]
- 処理フラグを設定する 8387
- « FilesystemIterator::rewind FilterIterator » PHP Manual FilesystemIterator 処理フラグを設定する
...
、 たとえば以下のようになります。 Key as Pathname: /www/examples/apple.jpg /www/examples/banana.jpg /www/e ...
ワード: フラグ , FilesystemIterator , 処理 , 設定 , www , examples , setFlags , flags , example , banana ...
-
https://man.plustar.jp/php/filesystemiterator.setflags.html
- [similar]
- デフォルトのストリームコンテキストを取得する 8069
- « stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト
...
"POST" , 'header' => "Content-type: application/x-www-form-urlencoded\r\n" . "Content-length: " . strlen ...
te = stream_context_create ( $alternate_opts ); /* www.example.com に対する通常の GET リクエストを、プロキ ...
$default_opts を使用します。 */ readfile ( 'http://www.example.com' ); /* POST リクエストを、直接 www.exa ...
lternate_opts を使用します。 */ readfile ( 'http://www.example.com' , false , $alternate ); ?> 参考 strea ...
-
https://man.plustar.jp/php/function.stream-context-get-default.html
- [similar]
- 例 7751
- « ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目
...
( "file:///home/bar/foo.txt" ); /* HTTP を利用し、www.example.com にあるリモートのファイルを読み出す */ ...
$httpfile = file_get_contents ( "http://www.example.com/foo.txt" ); /* HTTPS を利用し、www.exa ...
み出す */ $httpsfile = file_get_contents ( "https://www.example.com/foo.txt" ); /* FTP を利用し、ftp.examp ...
" ); fwrite ( $sock , "Content-type: application/x-www-form-urlencoded\r\n" ); fwrite ( $sock , "Content- ...
-
https://man.plustar.jp/php/stream.examples.html
- [similar]
- 関連付けられた名前空間に新しい要素を作成する 7540
- « DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け
...
8' ); $element = $dom -> createElementNS ( 'http://www.example.com/XFoo' , 'xfoo:test' , 'This is the roo ...
oding="iso-8859-1"?> <xfoo:test xmlns:xfoo="http://www.example.com/XFoo">This is the root element!</xfoo: ...
= true ; $root = $doc -> createElementNS ( 'http://www.w3.org/2005/Atom' , 'element' ); $doc -> appendChi ...
ld ( $root ); $root -> setAttributeNS ( 'http://www.w3.org/2000/xmlns/' , 'xmlns:g' , 'http://base.goo ...
-
https://man.plustar.jp/php/domdocument.createelementns.html
- [similar]
- The Common Record Log Function 7222
- « SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log
...
のようになります。 bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(7 ...
| info log " } } bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(8 ...
| info log " } } bool(true) array(1) { ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> strin ...
o log neeke " } } bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(8 ...
-
https://man.plustar.jp/php/seaslog.log.html
- [similar]