検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 194 for Buffer (0.089 sec.)
ファイルポインタから 1 行取り出し、HTML タグを取り除く 4588
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タ ... ); if ( $handle ) { while (! feof ( $handle )) { $buffer = fgetss ( $handle , 4096 ); echo $buffer ; } fclo ...
https://man.plustar.jp/php/function.fgetss.html - [similar]
指定したテーブルにあるカラム名のリストを取得する 4588
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... E_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER_LENGTH DECIMAL_DIGITS NUM_PREC_RADIX NULLABLE REMA ... TYPE] => 4 [TYPE_NAME] => int [COLUMN_SIZE] => 10 [BUFFER_LENGTH] => 4 [DECIMAL_DIGITS] => 0 [NUM_PREC_RADIX ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
プロシージャへのパラメータに関する情報を取得する 4588
« odbc_primarykeys odbc_procedures » PHP Manual ODBC 関数 プロシージャへのパラメータに関する情報 ... N_NAME COLUMN_TYPE DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER_LENGTH DECIMAL_DIGITS NUM_PREC_RADIX NULLABLE REMA ... => -9 [TYPE_NAME] => nvarchar [COLUMN_SIZE] => 50 [BUFFER_LENGTH] => 100 [DECIMAL_DIGITS] => [NUM_PREC_RADIX ...
https://man.plustar.jp/php/function.odbc-procedurecolumns.html - [similar]
Perform PDF conversion 4588
« wkhtmltox\PDF\Converter::__construct wkhtmltox\PDF\Converter::getVersion » PHP Manual wkhtmlto ... l be populated with the contents of the conversion buffer 関連キーワード: conversion , Perform , wkhtmltox , ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.convert.html - [similar]
The Swoole\Channel class 4567
« Swoole\Buffer::write Swoole\Channel::__construct » PHP Manual Swoole The Swoole\Channel class ...
https://man.plustar.jp/php/class.swoole-channel.html - [similar]
wkhtmltox\Image\Converter クラス 4567
« wkhtmltox\PDF\Object::__construct wkhtmltox\Image\Converter::__construct » PHP Manual wkhtmlto ... /* コンストラクタ */ public __construct ( string $buffer = ? , array $settings = ? ) /* メソッド */ public ...
https://man.plustar.jp/php/class.wkhtmltox-image-converter.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 4567
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... ame with optionally asyncronous DNS resolving EventBufferEvent::connectHost (PECL event >= 1.2.6-beta) Event ... ionally asyncronous DNS resolving 説明 public EventBufferEvent::connectHost ( EventDnsBase $dns_base , strin ... eds, it launches a connection attempt just as EventBufferEvent::connect() would. dns_base is optional. May b ... upport including HTTP, DNS, and RPC ). 注意 : EventBufferEvent::connectHost() requires libevent-2.0.3-alpha ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Tells a bufferevent to begin SSL renegotiation 4567
« EventBufferEvent::sslGetProtocol EventBufferEvent::sslSocket » PHP Manual EventBufferEvent Tel ... ls a bufferevent to begin SSL renegotiation EventBufferEvent:: ... sslRenegotiate (PECL event >= 1.2.6-beta) EventBufferEvent::sslRenegotiate — Tells a bufferevent to begi ... n SSL renegotiation 説明 public EventBufferEvent::sslRenegotiate (): void Tells a bufferevent ... his function tells the SSL to renegotiate, and the buffer event to invoke appropriate callbacks. This is an ...
https://man.plustar.jp/php/eventbufferevent.sslrenegotiate.html - [similar]
Returns EventBufferEvent object 4567
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... tBufferEvent object EventHttpRequest::getBufferEvent (PECL ... event >= 1.8.0) EventHttpRequest::getBufferEvent — Returns EventBufferEvent object 説明 public ... EventHttpRequest::closeConnection (): EventBufferEvent Returns EventBufferEvent object which represe ... nts buffer event that the connection is using. 警告 The refer ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
Creates new connection listener associated with an event base 4567
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... { $this -> base = $base ; $this -> bev = new EventBufferEvent ( $base , $fd , EventBufferEvent :: OPT_CLOSE ... bev , $ctx ) { // Copy all the data from the input buffer to the output buffer // Variant #1 $bev -> output ... -> addBuffer ( $bev -> input ); /* Variant #2 */ /* $input = $b ... tInput(); $output = $bev->getOutput(); $output->addBuffer($input); */ } public function echoEventCallback ( ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]