検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1938 for IF (1.299 sec.)
結果ポインタにおける現在のフィールドオフセットを取得する 2671
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = $mysqli -> query ( $query )) { /* すべ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = mysqli_query ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 2671
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = $mysqli -> query ( $query )) { /* 2 番 ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = mysqli_query ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 2671
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = $mysqli -> prepare ( $query )) { /* テー ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = mysqli_prepare ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
Add a lexer rule 2671
« Parle\Lexer::insertMacro Parle\Lexer::reset » PHP Manual Parle\Lexer Add a lexer rule Parle\Le ... r expression used for token matching. id Token id. If the lexer instance is meant to be used standalone, ... this can be an arbitrary number. If the lexer instance is going to be passed to the pa ...
https://man.plustar.jp/php/parle-lexer.push.html - [similar]
Sets the maximum number of characters of the field to return 2671
« SolrQuery::setHighlightHighlightMultiTerm SolrQuery::setHighlightMaxAnalyzedChars » PHP Manual ... ldLength , string $field_override = ? ): SolrQuery If SolrQuery::setHighlightAlternateField() was passed ... the value true , this parameter specifies the maximum number of characters of the field t ... ield. 戻り値 Returns the current SolrQuery object, if the return value is used. 関連キーワード: SolrQuer ... MaxAlternateFieldLength , Sets , fieldLength , specifies , length , パラメータ ...
https://man.plustar.jp/php/solrquery.sethighlightmaxalternatefieldlength.html - [similar]
The time allowed for search to finish 2671
« SolrQuery::setTermsUpperBound SolrDisMaxQuery » PHP Manual SolrQuery The time allowed for sear ... time restriction. Partial results may be returned, if there are any. パラメータ timeAllowed The time all ... nish. 戻り値 Returns the current SolrQuery object, if the return value is used. 関連キーワード: time , s ...
https://man.plustar.jp/php/solrquery.settimeallowed.html - [similar]
ディレクトリハンドルからエントリを読み込む 2671
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... path ); $path = $url [ "host" ] . $url [ "path" ]; if (! is_readable ( $path )) { trigger_error ( " $pat ... adable for me" , E_USER_NOTICE ); return false ; } if (! is_file ( $path )) { trigger_error ( " $path is ... ]); // No filename? We are the end of the archive if (! $filename ) { return false ; } $octal_bytes = t ... of 512 bytes (zero filled) $rest = $bytes % 512 ; if ( $rest > 0 ) { $bytes += 512 - $rest ; } // Seek ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
Get the connection info by file description. 2671
« Swoole\Server::finish Swoole\Server::getClientList » PHP Manual Swoole\Server Get the connecti ... on is made. ignore_error Whether to ignore errors, if set to true, connection information will be return ... ed even if the connection is closed. 戻り値 Returns informati ...
https://man.plustar.jp/php/swoole-server.getclientinfo.html - [similar]
The RarEntry class 2643
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... _FINAL_QUARTET = 61440 ; const int ATTRIBUTE_UNIX_FIFO = 4096 ; const int ATTRIBUTE_UNIX_CHAR_DEV = 8192 ... ing (): string } 定義済み定数 RarEntry::HOST_MSDOS If the return value of RarEntry::getHostOs() equals t ... Use instead of RAR_HOST_MSDOS . RarEntry::HOST_OS2 If the return value of RarEntry::getHostOs() equals t ... ded to replace RAR_HOST_OS2 . RarEntry::HOST_WIN32 If the return value of RarEntry::getHostOs() equals t ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
Makes event pending 2643
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... n event could be re-scheduled by user at any time. If Event::add() is called on an already pending event ... pending and re-schedule it with the given timeout(if specified). If in this case timeout is not specifi ...
https://man.plustar.jp/php/event.add.html - [similar]