検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1032 for example (0.015 sec.)
FTP(s) URL へのアクセス 3874
« http:// php:// » PHP Manual サポートするプロトコル/ラッパー FTP(s) URL へのアクセス ftp:// ftp ... FTP のパスワードとして送信されます。 利用法 ftp://example.com/pub/file.txt ftp://user:password@example.com/p ... ub/file.txt ftps://example.com/pub/file.txt ftps://user:password@example.com/ ...
https://man.plustar.jp/php/wrappers.ftp.html - [similar]
さまざまな入出力ストリームへのアクセス 3874
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... これは単純に以下と同じです。 readfile("http://www.example.com"); なぜなら、実際のところ何のフィルタ処理も行わ ... す。 */ readfile ( "php://filter/resource=http://www.example.com" ); ?> 例3 php://filter/read=<読み込みチェーン ... はパイプ文字 | で区切られます。 <?php /* これは、www.example.com のすべての内容を 大文字に変換して出力します。 ... p://filter/read=string.toupper/resource=http://www.example.com" ); /* これは上の例と同じですが、それに加えて ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
処理フラグを設定する 3831
« FilesystemIterator::rewind FilterIterator » PHP Manual FilesystemIterator 処理フラグを設定する ... たとえば以下のようになります。 Key as Pathname: /www/examples/apple.jpg /www/examples/banana.jpg /www/examples/ ... example.php Key as Filename: apple.jpg banana.jpg example.php 参考 FilesystemIterator::__construct() - 新しい ... フラグ , FilesystemIterator , 処理 , 設定 , www , examples , setFlags , flags , example , banana ...
https://man.plustar.jp/php/filesystemiterator.setflags.html - [similar]
指定されたメールボックスに文字列メッセージを追加する 3831
« imap_alerts imap_base64 » PHP Manual IMAP 関数 指定されたメールボックスに文字列メッセージを追加 ... map_append() の例 <?php $imap = imap_open ( "{imap.example.org}INBOX.Drafts" , "username" , "password" ); $ch ... eck -> Nmsgs . "\n" ; imap_append ( $imap , "{imap.example.org}INBOX.Drafts" , "From: me@example.com\r\n" . " ... To: you@example.com\r\n" . "Subject: test\r\n" . "\r\n" . "this is ...
https://man.plustar.jp/php/function.imap-append.html - [similar]
リモート FTP サーバーのシステム型 ID を返す 3783
« ftp_ssl_connect FTP\Connection » PHP Manual FTP 関数 リモート FTP サーバーのシステム型 ID を返 ... <?php // 接続を確立する $ftp = ftp_connect ( 'ftp.example.com' ); ftp_login ( $ftp , 'user' , 'password' ); ... 取得する if ( $type = ftp_systype ( $ftp )) { echo "Example.com is powered by $type \n" ; } else { echo "Could ... ?> 上の例の出力は、 たとえば以下のようになります。 Example.com is powered by UNIX 関連キーワード: リモート , ...
https://man.plustar.jp/php/function.ftp-systype.html - [similar]
デフォルトのストリームコンテキストを取得する 3783
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... stream_context_create ( $alternate_opts ); /* www.example.com に対する通常の GET リクエストを、プロキシサーバ ... ault_opts を使用します。 */ readfile ( 'http://www.example.com' ); /* POST リクエストを、直接 www.example.com ... nate_opts を使用します。 */ readfile ( 'http://www.example.com' , false , $alternate ); ?> 参考 stream_contex ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
ふたつのパスの差分を再帰的に取得する 3783
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... p list( $diff , $errors ) = svn_diff ( 'http://www.example.com/svnroot/trunk/foo' , SVN_REVISION_HEAD , 'http ... ://www.example.com/svnroot/branches/dev/foo' , SVN_REVISION_HEAD ... > 上の例の出力は以下となります。 Index: http://www.example.com/svnroot/trunk/foo ============================ ... =================================== --- http://www.example.com/svnroot/trunk/foo (.../foo) (revision 23) +++ ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
Returns any write concern error that occurred 3783
« MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma ... MongoDB\Driver\WriteResult::getWriteConcernError() example <?php $manager = new MongoDB \ Driver \ Manager ( ... "mongodb://rs1.example.com,rs2.example.com/?replicaSet=myReplicaSet" ); $ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html - [similar]
手続き型とオブジェクト指向インターフェイス 3783
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... 移行する簡単な方法 <?php $mysqli = mysqli_connect ( "example.com" , "user" , "password" , "database" ); $result ... ); echo $row [ '_msg' ]; $mysql = mysql_connect ( "example.com" , "user" , "password" ); mysql_select_db ( "t ... のインターフェイス <?php $mysqli = mysqli_connect ( "example.com" , "user" , "password" , "database" ); $result ... t ); echo $row [ '_msg' ]; $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $result ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
XOR training 3740
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... xor_float.net" ); fann_destroy ( $ann ); } ?> This example shows how to read and run data for XOR function 例 ... y ( $ann ); ?> 関連キーワード: XOR , data , This , example , shows , how , function , Fann , 関数 , file ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT