検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 1461 for IN (0.057 sec.)
Wait for activity from one of the job servers 2552
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... ity from one of the Gearman job servers when operating in non-blocking I/O mode. On failure, issues a E_ ... WARNING with the last Gearman error encountered. パラメー ... e を、失敗した場合に false を返します。 例 例1 Running worker in non-blocking mode <?php echo "Starting\ ... = new GearmanWorker (); # Make the worker non-blocking $worker -> addOptions ( GEARMAN_WORKER_NON_BLOCKI ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
Lexer examples 2552
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... [\d]+" , $token [ "DECIMAL" ]); $lex -> build (); $in = "0,1,2\r\n3,42,5\r\n6,77,8\r\n" ; $lex -> consum ... e ( $in ); do { $lex -> advance (); $tok = $lex -> getToke ... examples , Tokenize , Parser , comma , separated , integer , list , assign , ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
メソッドのアクセス範囲を設定する 2552
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッド ... sible ( bool $accessible ): void ReflectionMethod::invoke() メソッド経由で、 protected や private なメソ ... e ( true ); $obj = new MyClass (); echo $method -> invoke ( $obj ); echo $obj -> foo (); ?> 上の例の出力 ... to private method MyClass::foo() from global scope in /in/qdaZS:16 参考 ReflectionMethod::isPrivate() - ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
プロパティのアクセス範囲を設定する 2552
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロ ... rror: Cannot access private property MyClass::$foo in /in/WJqTv:12 参考 ReflectionProperty::isPrivate() ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 2552
« SeasLog::error SeasLog::getBasePath » PHP Manual SeasLog Flush logs buffer, dump to appender f ... 例1 SeasLog::flushBuffer() example <?php SeasLog :: info ( 'info log' ); SeasLog :: debug ( 'debug log' ) ... g/www/default/20180707.log"]=> array(2) { [0]=> string(79) "2018-07-07 10:47:58 | INFO | 71910 | 5b4029d ... ed6009 | 1530931678.877 | info log " [1]=> string(81) "2018-07-07 10:47:58 | DE ... buffer seaslog.buffer_size seaslog.buffer_disabled_in_cli SeasLog::getBufferEnabled() - Determin if buff ...
https://man.plustar.jp/php/seaslog.flushbuffer.html - [similar]
Add a group sort field (group.sort parameter) 2552
« SolrQuery::addGroupQuery SolrQuery::addHighlightField » PHP Manual SolrQuery Add a group sort ... ter) 説明 public SolrQuery::addGroupSortField ( string $field , int $order = ? ): SolrQuery Allow sortin ... g group documents, using group sort field (group.sort parameter). パラメー ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ... esults SolrQuery::addGroupFunction() - Allows grouping results based on the unique values of a function ...
https://man.plustar.jp/php/solrquery.addgroupsortfield.html - [similar]
ある文字エンコーディングから別の文字エンコーディングに文字列を変換する 2552
« UConverter::toUCallback Grapheme 関数 » PHP Manual UConverter ある文字エンコーディングから別の ... 換する 説明 public static UConverter::transcode ( string $str , string $toEncoding , string $fromEncoding ... , ? array $options = null ): string | false 文字列 str の文字エンコーディングを、 fro ... mEncoding から toEncoding に変換します。 パラメータ str 変換 ... する文字列。 toEncoding 変換したいエンコーディング。 fromEncoding str の解 ...
https://man.plustar.jp/php/uconverter.transcode.html - [similar]
Create a new PDF converter 2552
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... wkhtmltox\PDF\Converter::__construct ( array $settings = ? ) Creates a PDF converter, using optional co ... nfiguration settings パラメータ settings Name Description Values Chan ... kely has no effect >= 0.1.0 dpi dpi to use while printing 80 >= 0.1.0 pageOffset integer added to page n ... umbers generating headers, footers, and toc >= 0.1.0 copies >= 0.1. ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
ブートストラップをコールする 2552
« Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ ... tstrap = ? ): void ブートストラップを実行します。"_init" で始まる名前のすべてのメソッドを その定義順に実 ... he APPLICATION_PATH . "/application/"(which was defined in the config passed to Yaf_Application). * and ... named Bootstrap.php, so the Yaf_Application can find it */ class Bootstrap extends Yaf_Bootstrap_Abstr ... act { function _initConfig ( Yaf_Dispatcher $dispatcher ) { echo "1st ...
https://man.plustar.jp/php/yaf-application.bootstrap.html - [similar]
関数の定義(プロトタイプ)を読むには 2531
« ユーザーノートについて 本マニュアルに記載された PHP のバージョン » PHP Manual マニュアルについ ... て、 strlen() の定義を考えてみましょう。 strlen ( string $string ) : int (PHP 4, PHP 5, PHP 7) strlen -- 文 ... 字列の長さを得る 説明 int strlen ( string $string ) 指定した文字列の長さを返 ... 、そして PHP 7 のすべてのバージョンで使用できる ( string $string ) strlen() 関数の最初の(この場合は唯一の ... )引数が string という名前であり それは 文字列 である int 関数が戻 ...
https://man.plustar.jp/php/about.prototypes.html - [similar]