検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1032 for example (0.034 sec.)
リモートファイルの使用 3375
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... ジのタイトルを得る <?php $file = fopen ( "http://www.example.com/" , "r" ); if (! $file ) { echo "<p>Unable to ... 接続を行う場合、URL の中で ' ftp://user:password@ftp.example.com/path/to/file ' のようにユーザー名 (そして多分パ ... にデータを保存する <?php $file = fopen ( "ftp://ftp.example.com/incoming/outputfile" , "w" ); if (! $file ) { ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
定義されている定数を取得する 3375
« ReflectionClass::getAttributes ReflectionClass::getConstants » PHP Manual ReflectionClass 定義 ... eflectionClass::getConstant() の使い方 <?php class Example { const C1 = false ; const C2 = 'I am a constant' ... ; } $reflection = new ReflectionClass ( 'Example' ); var_dump ( $reflection -> getConstant ( 'C1' ) ...
https://man.plustar.jp/php/reflectionclass.getconstant.html - [similar]
Create a new socket 3375
« ZMQContext::getOpt ZMQContext::isPersistent » PHP Manual ZMQContext Create a new socket ZMQCon ... ZMQSocketException on error. 例 例1 A ZMQContext() example Basic usage <?php /* Allocate a new context */ $co ... Connect the socket */ $socket -> connect ( "tcp://example.com:1234" ); /* Send a request */ $socket -> send ...
https://man.plustar.jp/php/zmqcontext.getsocket.html - [similar]
RRDtool 3327
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... 設定 リソース型 定義済み定数 例 Procedural PECL/rrd example OOP PECL/rrd example RRD 関数 rrd_create — Creates ...
https://man.plustar.jp/php/book.rrd.html - [similar]
The parallel\Future class 3327
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... m a task, and exposes an API for cancellation. 例1 Example showing Future as return value <?php $runtime = ne ... e the task does not return a value explicitly. 例2 Example showing Future as synchronization point <?php $run ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
完全な国名を取得する 3327
« geoip_country_code3_by_name geoip_database_info » PHP Manual GeoIP 関数 完全な国名を取得する g ... 1 geoip_country_name_by_name() の例 これは、ホスト example.com がどこにあるのかを表示します。 <?php $country ... = geoip_country_name_by_name ( 'www.example.com' ); if ( $country ) { echo 'This host is locat ...
https://man.plustar.jp/php/function.geoip-country-name-by-name.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 3327
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... ]), E_USER_ERROR ); } $create = "CREATE TABLE bind_example(name VARCHAR(20))" ; $stid = oci_parse ( $conn , $ ... RAYBINDPKG1 AS CURSOR CUR IS SELECT name FROM bind_example; PROCEDURE iobind(c1 IN OUT ARRTYPE) IS BEGIN -- B ... Insert FORALL i IN INDICES OF c1 INSERT INTO bind_example VALUES (c1(i)); -- Fetch and reverse IF NOT CUR%IS ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
Create a new Command 3327
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... tion. 例 例1 MongoDB\Driver\Command::__construct() example <?php $manager = new MongoDB \ Driver \ Manager ( ... oat(1) } 例2 MongoDB\Driver\Command::__construct() example Commands can accept options as well, as part of th ... ructure that you create to send to the server. For example, the maxTimeMS option can be passed with most comm ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
String representation of the cursor ID 3327
« MongoDB\Driver\CursorId::serialize MongoDB\Driver\CursorId::unserialize » PHP Manual MongoDB\D ... r ID. 例 例1 MongoDB\Driver\CursorId::__toString() example <?php /* In this example, we insert several docume ...
https://man.plustar.jp/php/mongodb-driver-cursorid.tostring.html - [similar]
3327
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... (int) $_GET [ "i" ]; $arch = RarArchive :: open ( "example.rar" ); if ( $arch === FALSE ) die( "Cannot open e ... モジュールでの展開の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブをオープンできません ...
https://man.plustar.jp/php/rar.examples.html - [similar]