検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 2650 for 上の (0.968 sec.)
正しく並べ替えて区切られたロケール ID を返す 2264
« Locale::canonicalize Locale::filterMatches » PHP Manual Locale 正しく並べ替えて区切られたロケー ... v2' , ); echo Locale :: composeLocale ( $arr ); ?> 上の例の出力は以下となります。 Locale: en_Hans_CN_nedis_ ... ' ], ); echo locale_compose ( $arr ), PHP_EOL ; ?> 上の例の出力は以下となります。 en_a_b_c_Hans_CN en_a_b_c ...
https://man.plustar.jp/php/locale.composelocale.html - [similar]
luaclosure を起動 2264
« LuaClosure LuaSandbox » PHP Manual LuaClosure luaclosure を起動 LuaClosure::__invoke (PECL lua ... CODE ); $lua -> call ( $closure ); $closure (); ?> 上の例の出力は以下となります。 hello worldhello world 関 ...
https://man.plustar.jp/php/luaclosure.invoke.html - [similar]
2264
« 定義済み定数 Mhash 関数 » PHP Manual Mhash 例 例 例1 MD5 ダイジェストと hmac を計算し、16 進数 ... he hmac is " . bin2hex ( $hash ) . "<br />\n" ; ?> 上の例の出力は以下となります。 The hash is d03cb659cbf91 ...
https://man.plustar.jp/php/mhash.examples.html - [similar]
Create a new Command 2264
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... sage (), "\n" ; exit; } var_dump ( $response ); ?> 上の例の出力は、 たとえば以下のようになります。 array(13 ... sage (), "\n" ; exit; } var_dump ( $response ); ?> 上の例の出力は、 たとえば以下のようになります。 operatio ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
要件 2264
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張機能は、X ... 有効にした(デフォルトで有効になっています) MySQL 8 以上のサーバが必須です。 この拡張機能をコンパイルするために ...
https://man.plustar.jp/php/mysql-xdevapi.requirements.html - [similar]
データベース接続 2264
« 手続き型とオブジェクト指向インターフェイス ステートメントの実行 » PHP Manual クイックスタートガ ... base" , 3306 ); echo $mysqli -> host_info . "\n" ; 上の例の出力は以下となります。 Localhost via UNIX socket ... に運用されるかによりますが、 PHP のプロセスはひとつ以上のリクエストを処理する可能性があります。 よって、プーリ ... ングされた接続は ひとつ以上のスクリプトから後に使われる可能性があるのです。 持続的 ...
https://man.plustar.jp/php/mysqli.quickstart.connections.html - [similar]
結果セットの取得を開始する 2264
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... 、どちらかの 関数をコールしなければ、データベース接続上の次のクエリは失敗します。 注意 : mysqli_use_result() ... } /* 接続を閉じます */ mysqli_close ( $link ); ?> 上の例の出力は以下となります。 my_user@localhost ------- ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
結果セットから次の行を取得する 2264
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... H_OBJ ); print $result -> NAME ; print( "\n" ); ?> 上の例の出力は以下となります。 PDO::FETCH_ASSOC: Return ... ng backwards:\n" ; readDataBackwards ( $conn ); ?> 上の例の出力は以下となります。 Reading forwards: 21 10 5 ... $person = $sth -> fetch (); $person -> tell (); ?> 上の例の出力は、 たとえば以下のようになります。 I am Ali ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 2264
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内 ... / まずは、抽象化した config.xml // と実際のディスク上のファイルを関連づけます Phar :: mount ( 'phar://confi ... / まずは、抽象化した config.xml // と実際のディスク上のファイルを関連づけます if ( defined ( 'EXTERNAL_CONF ...
https://man.plustar.jp/php/phar.mount.html - [similar]
Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス... 2264
« Phar::startBuffering Phar::unlinkArchive » PHP Manual Phar Phar アーカイブへの書き込みリクエス ... stopBuffering (); var_dump ( $p -> getStub ()); ?> 上の例の出力は以下となります。 string(24) "<?php __HALT_ ... の書き込み操作のバッファリングを開始するが、ディスク上の Phar オブジェクトは変更しない Phar::isBuffering() ...
https://man.plustar.jp/php/phar.stopbuffering.html - [similar]