検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 146 for So (0.025 sec.)
文字列を大文字にする 5983
« mb_strtolower mb_strwidth » PHP Manual マルチバイト文字列 関数 文字列を大文字にする mb_strtoup ... hp $str = "Mary Had A Little Lamb and She LOVED It So" ; $str = mb_strtoupper ( $str ); echo $str ; // 結 ... 果は MARY HAD A LITTLE LAMB AND SHE LOVED IT SO ?> 例2 非ラテン UTF-8 テキストでの mb_strtoupper() ...
https://man.plustar.jp/php/function.mb-strtoupper.html - [similar]
The MongoDB\Driver\ServerApi class 5924
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable , Serializable { /* Constants */ con ... ServerAPI::V1 = "1" ; /* メソッド */ final public bsonSerialize (): object final public __construct ( st ... Driver \ Command ([ 'buildInfo' => 1 ]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ... uildInfo command returns a single result document, so we need to access * the first result in the cursor ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
phpize で共有 PECL 拡張モジュールをコンパイルする方法 5924
« 共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする php-config » PHP Manual PECL 拡 ... igure $ make # make install 上手くいけば、 extname.so が作成され、 それが PHP の 拡張モジュールディレクト ... ュールを使用する前に、 php.ini に extension=extname.so という行を追加する必要があります。 コンパイル済みの ...
https://man.plustar.jp/php/install.pecl.phpize.html - [similar]
直近の操作から発生した警告を取得する 5924
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... ) -> bind ([ 'job' => 'Butler' , 'age' => 16 ]) -> sort ( 'age desc' ) -> execute (); if (! $result -> g ... [0] => mysql_xdevapi\Warning Object ( [message] => Something bad and so on [level] => 2 [code] => 1365 ) ... [1] => mysql_xdevapi\Warning Object ( [message] => Something bad and so on [level] => 2 [code] => 1365 ) ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
The EvTimer class 5865
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... time, that is, if one registers an event that times out after an hour and resets the system clock to Ja ... Roughly" because detecting time jumps is hard, and some inaccuracies are unavoidable. The callback is gu ... invoked only after its timeout has passed (not at, so on systems with very low-resolution clocks this mi ... with earlier time-out values are invoked before ones of the same priority with later time-out values (bu ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
インストール手順 5865
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 Unix システム ... スごとのドライバについても同様です。 ドライバは、pdo.so ファイルの後に記述するようにしましょう。 ドライバを ... 、この部分は読み飛ばしてかまいません。 extension=pdo.so Windows ユーザー php_pdo.dll をはじめに指定し、 さ ...
https://man.plustar.jp/php/pdo.installation.html - [similar]
SoapServer の持続モードを設定する 5807
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... Server::setPersistence (PHP 5, PHP 7, PHP 8) SoapServer::setPersistence — SoapServer の持続モードを ... 設定する 説明 public SoapServer::setPersistence ( int $mode ): void この関 ... 数により、SoapServer オブジェクトの永続状態をリクエスト間で変更 ... の保存に PHP のセッションを使います。 このメソッドが SoapServer に影響を及ぼすのは、 SoapServer::setClass( ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
Send a CUBRID query 5748
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... CUBRID query 説明 cubrid_query ( string $query , resource $conn_identifier = ? ): resource cubrid_query( ... e currently active database on the server that's associated with the specified conn_identifier . パラメー ... ts returning resultset, cubrid_query() returns a resource on success, or false on error. For other type ... E, DROP, etc, cubrid_query() returns true on success or false on error. The returned result resource sho ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
ソケットコンテキストオプション一覧 5701
« コンテキストオプションとパラメータ HTTP コンテキストオプション » PHP Manual コンテキストオプシ ... ューから出て行く接続の数を制限します。 注意 : stream_socket_server() でのみ有効です。 ipv6_v6only IPv4射影 ... ten しようとする場合に特に重要です。 上で、 stream_socket_server() でのみ有効です。 so_reuseport 異なるプ ... アに 複数 bind することを許可します。 注意 : stream_socket_server() でのみ有効です。 so_broadcast ブロード ... レスからのデータの受信を有効にします。 注意 : stream_socket_server() でのみ有効です。 tcp_nodelay このオプ ...
https://man.plustar.jp/php/context.socket.html - [similar]
5701
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... t * only retain the connection information. The reason for not making * the actual connection is to hand ... s" ; /** * Request the CUBRID Server for the results of the SQL statement. * Now make the actual connect ... id_num_cols ( $result ); /** * List the column names of the result set on the screen. */ echo( "<tr>" ); ... ql ); if ( $result ) { /** * Handled successfully, so commit. */ cubrid_commit ( $cubrid_con ); echo( "I ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT