検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1006 for As (0.004 sec.)
定義済み定数 5754
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... ロードされている場合のみ使用可能です。 SQLSRV_FETCH_ASSOC ( int ) Forces sqlsrv_fetch_array() to return a ... n associative array when passed as a parameter. SQLSRV_ ... etch_array() to return an array with numeric when passed as a parameter. SQLSRV_FETCH_BOTH ( int ) Force ... sqlsrv_fetch_array() to return an array with both associative and numeric keys when passed as a paramet ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
foreach 5711
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... 種類の構文があります。 foreach (iterable_expression as $value) 文 foreach (iterable_expression as $key => ... ?php $arr = array( 1 , 2 , 3 , 4 ); foreach ( $arr as & $value ) { $value = $value * 2 ; } // $arr は ar ... ?php $arr = array( 1 , 2 , 3 , 4 ); foreach ( $arr as & $value ) { $value = $value * 2 ; } // この時点で ... 最後の要素 ($arr[3]) を指したままです foreach ( $arr as $key => $value ) { // $arr[3] が、$arr の各要素で上 ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
はじめに 5711
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... functions allow you to access records stored in dBase-format (dbf) databases. 警告 We recommend against ... using dBase files as your production database. Use » SQLite o ... MySQL or » Postgres are common choices with PHP. dBase support is here to allow you to import and export ... data to and from your web database, because the file format is commonly understood b ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
実行時設定 5520
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 Seaslog 設定オプション 名前 デフォルト 変更可能 変更履歴 ... seaslog.appender 1 PHP_INI_SYSTEM seaslog.appender_retr ... y 0 PHP_INI_ALL seaslog.level 8 PHP_INI_ALL seaslog.remote_host 127.0.0 ... .1 PHP_INI_ALL seaslog.remote_port 514 PHP_INI_ALL seaslog.remote_time ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
Complete a chunked reply, freeing the request as appropriate 5244
« EventHttpRequest::sendReplyChunk EventHttpRequest::sendReplyStart » PHP Manual EventHttpReques ... t Complete a chunked reply, freeing the request as appropriate EventHttpRequest::sendReplyEnd (PECL e ... nd — Complete a chunked reply, freeing the request as appropriate 説明 public EventHttpRequest::sendRepl ... void Complete a chunked reply, freeing the request as appropriate. パラメータ この関数にはパラメータはあ ... equest::sendReplyChunk() - Send another data chunk as part of an ongoing chunked reply 関連キーワード: E ...
https://man.plustar.jp/php/eventhttprequest.sendreplyend.html - [similar]
AS番号(ASN) を取得する 5170
« GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_as ... snum_by_name (PECL geoip >= 1.1.0) geoip_asnum_by_name — AS番号(ASN) を取得する 説明 geoip_asn ... um_by_name ( string $hostname ): string geoip_asnum_by_name() 関数は、 IPアドレスに関連付けられたAS ... 番号(ASN)を返します。 パラメータ hostname ホスト名またはIP ... アドレス 戻り値 成功時にはAS番号を返します。 アドレスがデータベースに見つからなか ...
https://man.plustar.jp/php/function.geoip-asnum-by-name.html - [similar]
C Data Handles 5054
« FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) は ... FFI\CData objects can be used in a number of ways as a regular PHP data: C data of scalar types can be ... read and assigned via the $cdata property, e.g. $x = FFI::new( ... ta = 42; C struct and union fields can be accessed as regular PHP object property, e.g. $cdata->field C ... array elements can be accessed as regular PHP array elements, e.g. $cdata[$offset] C ...
https://man.plustar.jp/php/class.ffi-cdata.html - [similar]
Returns whether the session has been marked as dirty 5054
« MongoDB\Driver\Session::getTransactionState MongoDB\Driver\Session::isInTransaction » PHP Manu ... ongoDB\Driver\Session Returns whether the session has been marked as dirty MongoDB\Driver\Session::isDir ... er\Session::isDirty — Returns whether the session has been marked as dirty 説明 final public MongoDB\Dri ... ion::isDirty (): bool Returns whether the session has been marked as dirty (i.e. it has been used with a ... タはありません。 戻り値 Returns whether the session has been marked as dirty. エラー / 例外 引数のパースに ...
https://man.plustar.jp/php/mongodb-driver-session.isdirty.html - [similar]
Differences from Standard Lua 5011
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... Lua LuaSandbox provides a sandboxed environment which diffe ... ilable dofile() , loadfile() , and the io package, as they allow direct filesystem access. If needed, fi ... ackage package, including require() and module() , as it depends heavily on direct filesystem access. A ... pure-Lua rewrite such as that used in the MediaWiki Scribunto extension may ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
定義済み定数 4974
« リソース型 Swoole 関数 » PHP Manual Swoole 定義済み定数 定義済み定数 以下の定数が定義されていま ... 動的にロードされている場合のみ使用可能です。 SWOOLE_BASE ( int ) SWOOLE_THREAD ( int ) SWOOLE_PROCESS ( in ... TREAM ( int ) SWOOLE_SOCK_SYNC ( int ) SWOOLE_SOCK_ASYNC ( int ) SWOOLE_SYNC ( int ) SWOOLE_ASYNC ( int ... RITE ( int ) SWOOLE_VERSION ( string ) SWOOLE_AIO_BASE ( int ) SWOOLE_AIO_LINUX ( int ) SWOOLE_FILELOCK ... ME ( int ) WEBSOCKET_STATUS_ACTIVE ( int ) SWOOLE_FAST_PACK ( int ) SWOOLE_LOG_DEBUG ( int ) Debug log. ...
https://man.plustar.jp/php/swoole.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT