検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 16 for Dynamic (0.007 sec.)
マングリングされたオブジェクトのプロパティを配列で返す 12719
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブ ... vate $private = 4 ; } $object = new B ; $object -> dynamic = 5 ; $object ->{ '6' } = 6 ; var_dump ( get_mangl ... yObject = new AO ([ 'x' => 'y' ]); $arrayObject -> dynamic = 2 ; var_dump ( get_mangled_object_vars ( $arrayO ... 1) ["*protected"]=> int(2) ["Aprivate"]=> int(3) ["dynamic"]=> int(5) [6]=> int(6) } array(2) { ["AOprivate"] ... => int(1) ["dynamic"]=> int(2) } 参考 get_class_vars() - クラスのデフォ ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
文字列のコードを評価し、動的に関数を作成する 11332
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... rn false; }' ) ); echo "\nUsing the first array of dynamic functions\n" ; echo "parameters: 2.3445, M_PI\n" ; ... . "($p%)";' ) ); echo "\nUsing the second array of dynamic functions\n" ; process ( "Twas brilling and the sl ... rn false ; } } ); echo "\nUsing the first array of dynamic functions\n" ; echo "parameters: 2.3445, M_PI\n" ; ... "( $p %)" ; } ); echo "\nUsing the second array of dynamic functions\n" ; process ( "Twas brilling and the sl ...
https://man.plustar.jp/php/function.create-function.html - [similar]
設定 11159
« インストール PECL 拡張モジュールのインストール » PHP Manual FastCGI Process Manager (FPM) 設定 ... 方法を選択します。 使用可能な値: static , ondemand , dynamic このオプションは必須です。 static - 子プロセスの数 ... す。 ondemand - プロセスを必要に応じて立ち上げます。 dynamic とは対照的に、リクエストされると pm.start_servers ... で指定しただけサービスを開始します。 dynamic - 子プロセスの数は、 pm.max_children 、 pm.start_s ... が static の場合は作成される子プロセスの数、 pm が dynamic の場合は作成される子プロセスの最大数。 このオプショ ...
https://man.plustar.jp/php/install.fpm.configuration.html - [similar]
PDO ドライバ 10969
« PDOException CUBRID (PDO) » PHP Manual PDO PDO ドライバ PDO ドライバ 目次 CUBRID (PDO) MS SQL ... Firebird PDO_IBM IBM DB2 PDO_INFORMIX IBM Informix Dynamic Server PDO_MYSQL MySQL 3.x/4.x/5.x PDO_OCI Oracle ... 連キーワード: PDO , CUBRID , Informix , PostgreSQL , Dynamic , SQLITE , PGSQL , unixODBC , Call , OCI ...
https://man.plustar.jp/php/pdo.drivers.html - [similar]
Retrieves the number of rows in a result set 8179
« sqlsrv_num_fields sqlsrv_prepare » PHP Manual SQLSRV 関数 Retrieves the number of rows in a re ... ror occurred. If a forward cursor (the default) or dynamic cursor is used, false is returned. 例 例1 sqlsrv_n ...
https://man.plustar.jp/php/function.sqlsrv-num-rows.html - [similar]
Informix データベースに接続する 8179
« Informix (PDO) MySQL (PDO) » PHP Manual Informix (PDO) Informix データベースに接続する PDO_INF ... ormix ODBC DSN の設定についての詳細は、 » Informix Dynamic Server Information Center にあります。PDO_INFORMIX ...
https://man.plustar.jp/php/ref.pdo-informix.connection.html - [similar]
定義済み定数 8005
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... g a Cursor Type and Selecting Rows . SQLSRV_CURSOR_DYNAMIC ( int ) Indicates a dynamic cursor. For usage info ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
定義済み定数 8005
« リソース型 ODBC 関数 » PHP Manual ODBC 定義済み定数 定義済み定数 以下の定数が定義されています。 ... int ) SQL_CURSOR_KEYSET_DRIVEN ( int ) SQL_CURSOR_DYNAMIC ( int ) SQL_CURSOR_STATIC ( int ) SQL_KEYSET_SIZE ...
https://man.plustar.jp/php/uodbc.constants.html - [similar]
Prepares and executes a query 7832
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... URSOR_FORWARD, SQLSRV_CURSOR_STATIC, SQLSRV_CURSOR_DYNAMIC, or SQLSRV_CURSOR_KEYSET See » Specifying a Cursor ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
実行時設定 7832
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ARD_ONLY 、 SQL_CURSOR_KEYSET_DRIVEN 、 SQL_CURSOR_DYNAMIC および SQL_CURSOR_STATIC (デフォルト) です。 関連キ ...
https://man.plustar.jp/php/odbc.configuration.html - [similar]
PREV 1 2 NEXT