検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 203 for case (0.019 sec.)
Predict a value for previously unseen data 5275
« SVMModel::predict_probability SVMModel::save » PHP Manual SVMModel Predict a value for previou ... predicted value. This will be a class label in the case of classification, a real value in the case of reg ...
https://man.plustar.jp/php/svmmodel.predict.html - [similar]
エラー配列を取得する 5243
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... -> column ) . "^\n" ; switch ( $error -> level ) { case LIBXML_ERR_WARNING : $return .= "Warning $error -> ... code : " ; break; case LIBXML_ERR_ERROR : $return .= "Error $error -> cod ... e : " ; break; case LIBXML_ERR_FATAL : $return .= "Fatal Error $error ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
Run a single task and return a result [deprecated] 5243
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; brea ... k; case GEARMAN_WORK_STATUS : list( $numerator , $denomina ... us: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case G ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 5243
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; brea ... k; case GEARMAN_WORK_STATUS : list( $numerator , $denomina ... us: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case G ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 5178
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... 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/eventbufferevent.sslfilter.html - [similar]
指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 5178
« strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について ... eedle , int $offset , ? int $length = null , bool $case_insensitive = false ): int substr_compare() は、 h ... を引いたものと needle の長さのうち、長いほうです。 case_insensitive case_insensitive が true の場合、 大文 ...
https://man.plustar.jp/php/function.substr-compare.html - [similar]
属性を設定する 5178
« PDO::rollBack PDOStatement » PHP Manual PDO 属性を設定する PDO::setAttribute (PHP 5 >= 5.1.0, ... は使っては いけない ことに注意して下さい。 PDO::ATTR_CASE 強制的にカラム名を指定したケースにします。 以下の値 ... のうち、ひとつを指定できます: PDO::CASE_LOWER 強制的にカラム名を小文字にする。 PDO::CASE_N ... イバによって返されるカラム名をそのままにする。 PDO::CASE_UPPER 強制的にカラム名を大文字にする。 PDO::ATTR_E ...
https://man.plustar.jp/php/pdo.setattribute.html - [similar]
5178
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプ ... 配列 list( $id , $text ) = $token ; switch ( $id ) { case T_COMMENT : case T_DOC_COMMENT : // コメントの場合 ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
Begin checking for events and calling callbacks for the loop 5146
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... ::stop() method, or the flags are nonzero(in which case the return value is true) or when there are no act ... e loop( EvWatcher::keepalive() is true ), in which case the return value will be false . The return value ...
https://man.plustar.jp/php/evloop.run.html - [similar]
ストリームラッパーとして登録するクラスの例 5146
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... _seek ( $offset , $whence ) { switch ( $whence ) { case SEEK_SET : if ( $offset < strlen ( $GLOBALS [ $thi ... t ; return true ; } else { return false ; } break; case SEEK_CUR : if ( $offset >= 0 ) { $this -> position ... t ; return true ; } else { return false ; } break; case SEEK_END : if ( strlen ( $GLOBALS [ $this -> varna ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT