検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1237 for data (0.050 sec.)
Send data to all job servers to see if they echo it back [deprecated] 3430
« GearmanClient::doStatus GearmanClient::error » PHP Manual GearmanClient Send data to all job s ... (PECL gearman >= 0.5.0) GearmanClient::echo — Send data to all job servers to see if they echo it back [de ... () . パラメータ workload Some arbitrary serialized data to be echo back 戻り値 成功した場合に true を、失敗 ... した場合に false を返します。 関連キーワード: back , data , deprecated , all , job , servers , see , they , ...
https://man.plustar.jp/php/gearmanclient.echo.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 3413
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... _read_data (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) exif_read_da ... 像ファイルから EXIF ヘッダを読み込む 説明 exif_read_data ( resource | string $file , ? string $required_sec ... $read_thumbnail = false ): array | false exif_read_data() は、 画像ファイルから EXIF ヘッダを読み込みます。 ... 0 セクションではこちらを優先すべきです。 exif_read_data() は、EXIF 仕様( » http://exif.org/Exif2-2.PDF , ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
Trains on an entire dataset, for a period of time using the Cascade2 training al... 3413
« Fann 関数 fann_cascadetrain_on_file » PHP Manual Fann 関数 Trains on an entire dataset, for a ... e Cascade2 training algorithm fann_cascadetrain_on_data (PECL fann >= 1.0.0) fann_cascadetrain_on_data — T ... rains on an entire dataset, for a period of time using the Cascade2 traini ... ng algorithm 説明 fann_cascadetrain_on_data ( resource $ann , resource $data , int $max_neuron ... g. パラメータ ann ニューラルネットワークリソース。 data ニューラルネットワークトレーニングリソース。 max_n ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-data.html - [similar]
生データを整数に変換する 3413
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... データを整数に変換する 説明 radius_cvt_int ( string $data ): int 生データを整数に変換します。 パラメータ dat ... rror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; switch ( $attr ) { case RADIUS ... _FRAMED_MTU : $mtu = radius_cvt_int ( $data ); echo "MTU: $mtu <br>\n" ; break; } } ?> 参考 ra ... ワード: 変換 , 整数 , radius , int , string , addr , data , Radius , 関数 , パラメータ ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
Prepares and executes a query 3413
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... al) A SQLSRV_PHPTYPE_* constant that specifies PHP data type of the returned value. $sqlType (optional) A ... V_SQLTYPE_* constant that specifies the SQL Server data type of the input value. options An array specifyi ... is true ) Configures the driver to send all stream data at execution ( true ), or to send stream data in c ... rue . For more information, see sqlsrv_send_stream_data() . Scrollable SQLSRV_CURSOR_FORWARD, SQLSRV_CURSO ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 3396
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... G イメージに埋めこむ 説明 iptcembed ( string $iptc_data , string $filename , int $spool = 0 ): string | bo ... ータを JPEG イメージに埋めこみます。 パラメータ iptc_data 書き込むデータ。 filename JPEG 画像へのパス。 spoo ... c_make_tag() 関数 function iptc_make_tag ( $rec , $data , $value ) { $length = strlen ( $value ); $retval ... = chr ( 0x1C ) . chr ( $rec ) . chr ( $data ); if( $length < 0x8000 ) { $retval .= chr ( $leng ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
生データを文字列に変換する 3396
« radius_cvt_int radius_demangle_mppe_key » PHP Manual Radius 関数 生データを文字列に変換する ra ... を文字列に変換する 説明 radius_cvt_string ( string $data ): string 生データを文字列に変換します。 パラメータ ... data 入力値 戻り値 データから取得した文字列を返します。 ... rror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; switch ( $attr ) { case RADIUS ... _FILTER_ID : $id = radius_cvt_string ( $data ); echo "フィルタ ID: $id <br>\n" ; break; } } ?> ...
https://man.plustar.jp/php/function.radius-cvt-string.html - [similar]
CUBRID 関数 3396
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... urrent cursor location cubrid_disconnect — Close a database connection cubrid_drop — Delete an instance us ... ee_result — Free the memory occupied by the result data cubrid_get_autocommit — Get auto-commit mode of th ... rsion cubrid_get_db_parameter — Returns the CUBRID database parameters cubrid_get_query_timeout — Get the ... d by OID exists cubrid_lob_close — Close BLOB/CLOB data cubrid_lob_export — Export BLOB/CLOB data to file ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
Sets a callback for specified URI 3379
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... LL ): void req EventHttpRequest object. arg Custom data. arg Custom data. 戻り値 成功した場合に true を、失 ... terminal window. */ function _http_dump ( $req , $data ) { static $counter = 0 ; static $max_requests = 2 ... ed\n" ; echo "request:" ; var_dump ( $req ); echo "data:" ; var_dump ( $data ); echo "\n===== DUMP =====\n ... : EOL_ANY )) { echo $s , PHP_EOL ; } echo "No more data in the buffer\n" ; } function _http_about ( $req ) ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
Creates EvTimer stopped watcher object 3379
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... fter , float $repeat , callable $callback , mixed $data = null , int $priority = 0 ): EvTimer Creates EvTi ... stopped manually. callback See Watcher callbacks . data Custom data associated with the watcher. priority ... 2 , function ( $w ) { $w -> stop (); $stat = $w -> data ; // 1 second after the most recent change of the ... et timer watcher $timer -> again (); }); $timer -> data = $stat ; Ev :: run (); ?> 参考 EvTimer::__constru ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]