検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 203 for case (0.032 sec.)
データソースがサポートするデータ型についての情報を取得する 4740
« odbc_free_result odbc_longreadlen » PHP Manual ODBC 関数 データソースがサポートするデータ型につ ... TERAL_PREFIX LITERAL_SUFFIX CREATE_PARAMS NULLABLE CASE_SENSITIVE SEARCHABLE UNSIGNED_ATTRIBUTE MONEY AUTO ...
https://man.plustar.jp/php/function.odbc-gettypeinfo.html - [similar]
生データを整数に変換する 4740
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... r' ]; $data = $resa [ 'data' ]; switch ( $attr ) { case RADIUS_FRAMED_MTU : $mtu = radius_cvt_int ( $data ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
生データを文字列に変換する 4740
« radius_cvt_int radius_demangle_mppe_key » PHP Manual Radius 関数 生データを文字列に変換する ra ... r' ]; $data = $resa [ 'data' ]; switch ( $attr ) { case RADIUS_FILTER_ID : $id = radius_cvt_string ( $data ...
https://man.plustar.jp/php/function.radius-cvt-string.html - [similar]
はじめに 4740
« Parle インストール/設定 » PHP Manual Parle はじめに はじめに The parle extension provides gene ... used on the actual problem solving. The common use case for parle is, when a data format is too complex to ...
https://man.plustar.jp/php/intro.parle.html - [similar]
Commits a transaction 4740
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... action (e.g. due to conflicts, network issues). In case the exception's MongoDB\Driver\Exception\CommandEx ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Enables caching for result grouping 4740
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result ... エラー / 例外 Emits SolrIllegalArgumentException in case of an invalid parameter was passed. 参考 SolrQuery ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]
The EvSignal class 4708
« EvPrepare::createStopped EvSignal::__construct » PHP Manual Ev The EvSignal class The EvSignal ... system calls should not be unduly interrupted. In case of a problem with system calls getting interrupted ...
https://man.plustar.jp/php/class.evsignal.html - [similar]
The Volatile class 4708
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... e, cannot overwrite data in %s:%d 例2 Volatile use-case <?php class Task extends Volatile { public functio ...
https://man.plustar.jp/php/class.volatile.html - [similar]
4708
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... cmd ( $buffer , $id , $line ) { switch ( $line ) { case strncmp ( 'EHLO ' , $line , 4 ): $this -> ev_write ... is -> ev_write ( $id , "250 OK ehlo\r\n" ); break; case strncmp ( 'HELO ' , $line , 4 ): $this -> ev_write ... is -> ev_write ( $id , "250 OK helo\r\n" ); break; case strncmp ( 'QUIT' , $line , 3 ): $this -> ev_write ... OK quit\r\n" ); $this -> ev_close ( $id ); break; case strncmp ( 'STARTTLS' , $line , 3 ): $this -> ev_wr ...
https://man.plustar.jp/php/event.examples.html - [similar]
大文字小文字を区別しないバイナリセーフな文字列比較を行う 4708
« str_word_count strchr » PHP Manual String 関数 大文字小文字を区別しないバイナリセーフな文字列比 ... 較を行う strcasecmp (PHP 4, PHP 5, PHP 7, PHP 8) strcasecmp — 大文字 ... を区別しないバイナリセーフな文字列比較を行う 説明 strcasecmp ( string $string1 , string $string2 ): int 大文 ... きい場合は正、等しい場合は 0 を返します。 例 例1 strcasecmp() の例 <?php $var1 = "Hello" ; $var2 = "hello" ... ; if ( strcasecmp ( $var1 , $var2 ) == 0 ) { echo '$var1 is equal ...
https://man.plustar.jp/php/function.strcasecmp.html - [similar]