検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 203 for case (0.010 sec.)
Add Method 4836
« Componere\Abstract\Definition::addInterface Componere\Abstract\Definition::addTrait » PHP Manu ... hod on the current definition. パラメータ name The case insensitive name for method method Componere\Metho ...
https://man.plustar.jp/php/componere-abstract-definition.addmethod.html - [similar]
Add Constant 4836
« Componere\Definition::__construct Componere\Definition::addProperty » PHP Manual Componere\Def ... tant on the current Definition パラメータ name The case sensitive name for the constant value The Value fo ...
https://man.plustar.jp/php/componere-definition.addconstant.html - [similar]
Returns numeric file descriptor of a socket, or stream 4836
« EventUtil::getLastSocketError EventUtil::getSocketName » PHP Manual EventUtil Returns numeric ... stream. EventUtil::getSocketFd() returns false in case if it is whether failed to recognize the type of t ...
https://man.plustar.jp/php/eventutil.getsocketfd.html - [similar]
Clear watcher pending status 4836
« EvWatcher EvWatcher::__construct » PHP Manual EvWatcher Clear watcher pending status EvWatcher ... ータ この関数にはパラメータはありません。 戻り値 In case if the watcher is pending, returns revents bitset ...
https://man.plustar.jp/php/evwatcher.clear.html - [similar]
データベースへの接続を返す 4836
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... 接続ハンドルで自動コミットを無効にします。 DB2_ATTR_CASE DB2_CASE_NATURAL を渡すと、 カラム名の大文字小文字 ... を変換せずに返します。 DB2_CASE_LOWER を渡すと、 カラム名を小文字に変換して返します ... 。 DB2_CASE_UPPER を渡すと、 カラム名を大文字に変換して返します ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
データベースへの持続的接続を返す 4836
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... 接続ハンドルで自動コミットを無効にします。 DB2_ATTR_CASE DB2_CASE_NATURAL を渡すと、 カラム名の大文字小文字 ... を変換せずに返します。 DB2_CASE_LOWER を渡すと、 カラム名を小文字に変換して返します ... 。 DB2_CASE_UPPER を渡すと、 カラム名を大文字に変換して返します ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
配列を昇順にソートする 4836
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) ... tsort() と同様の「自然順」で比較します。 SORT_FLAG_CASE - SORT_STRING や SORT_NATURAL と (ビットORで) 組み ... ge20" ); sort ( $fruits , SORT_NATURAL | SORT_FLAG_CASE ); foreach ( $fruits as $key => $val ) { echo "fru ... its[2] = Orange3 fruits[3] = orange20 fruits が natcasesort() と同じようにソートされました。 注意 注意 : P ...
https://man.plustar.jp/php/function.sort.html - [similar]
Create a lob object 4804
« cubrid_lob2_import cubrid_lob2_read » PHP Manual CUBRID 関数 Create a lob object cubrid_lob2_n ... umed. type It may be "BLOB" or "CLOB", it won't be case-sensitive. The default value is "BLOB". 戻り値 Lob ...
https://man.plustar.jp/php/function.cubrid-lob2-new.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 4804
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... htmlspecialchars ( $errstr ); switch ( $errno ) { case E_USER_ERROR : echo "<b>My ERROR</b> [ $errno ] $e ... br />\n" ; echo "Aborting...<br />\n" ; exit( 1 ); case E_USER_WARNING : echo "<b>My WARNING</b> [ $errno ... ] $errstr <br />\n" ; break; case E_USER_NOTICE : echo "<b>My NOTICE</b> [ $errno ] ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 4804
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... he minute' , 'N' => '' , 'O' => '' , 'P' => 'lower-case "am" or "pm" based on the given time' , 'Q' => '' ... line character ("\n")' , 'o' => '' , 'p' => 'UPPER-CASE "AM" or "PM" based on the given time' , 'q' => '' ... n of the month ) Known format : 'p' = 'AM' ( UPPER-CASE "AM" or "PM" based on the given time ) Known forma ... Unknown format : 'O' Unknown format : 'P' ( lower-case "am" or "pm" based on the given time ) Unknown for ...
https://man.plustar.jp/php/function.strftime.html - [similar]