検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 681 for Default (0.363 sec.)
Fetch the next row from a result set 3421
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... array CUBRID_BOTH : Numerical & Associative array (default) CUBRID_OBJECT : object that has the attribute nam ... esult will be received using CUBRID_BOTH option as default. When you want to receive query result in object d ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
ファイルディスクリプタ間でデータを転送する 3421
« eio_seek eio_set_max_idle » PHP Manual Eio 関数 ファイルディスクリプタ間でデータを転送する eio ... ーするバイト数。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ...
https://man.plustar.jp/php/function.eio-sendfile.html - [similar]
HTML エンティティを対応する文字に変換する 3421
« hex2bin htmlentities » PHP Manual String 関数 HTML エンティティを対応する文字に変換する html_e ... します。 省略した場合の encoding のデフォルト値は、 default_charset の値を使います。 技術的にはこの引数を省略可 ... 能ですが、 default_charset の指定が入力とは違う文字セットになっている ... と、 スクリプトのエンコーディング (Zend multibyte)、 default_charset 、 そして現在のロケール ( nl_langinfo() お ...
https://man.plustar.jp/php/function.html-entity-decode.html - [similar]
Oracle データベースに接続する 3421
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... , string $encoding = "" , int $session_mode = OCI_DEFAULT ): resource | false 他のほとんどの OCI8 コールで必 ... パラメータは PHP 5 (PECL OCI8 1.1) 以降で使え、 OCI_DEFAULT 、 OCI_SYSOPER そして OCI_SYSDBA といった値を指定す ... MON-YY HH24:MI:SS'))" ); oci_execute ( $stmt , OCI_DEFAULT ); echo " $connname inserted row without committin ... "select * from hallo" ); oci_execute ( $stmt , OCI_DEFAULT ); echo " $connname ----selecting<br>\n" ; while ( ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
指定したハッシュがオプションにマッチするかどうかを調べる 3421
« password_hash password_verify » PHP Manual Password Hashing 関数 指定したハッシュがオプションに ... します if ( password_needs_rehash ( $hash , PASSWORD_DEFAULT , $options )) { // そんな場合は新しいハッシュを計算 ... ます $newHash = password_hash ( $password , PASSWORD_DEFAULT , $options ); } // ログイン } ?> 関連キーワード: ハ ...
https://man.plustar.jp/php/function.password-needs-rehash.html - [similar]
Basic Gearman client and worker, background 3421
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... object $gmclient = new GearmanClient (); # add the default server (localhost) $gmclient -> addServer (); # ru ... er object. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # R ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
コア php.ini ディレクティブに関する説明 3421
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... PHP_INI_PERDIR auto_append_file "" PHP_INI_PERDIR default_mimetype "text/html" PHP_INI_ALL default_charset " ... で終了する場合、 この自動付加機能は使用されません 。 default_mimetype string デフォルトでは、PHP はメディアタイ ... HP のデフォルトのメディアタイプは text/html です。 default_charset string "UTF-8" がデフォルトの値です。 html ... 略した場合は、このデフォルト値を利用します。 また、 default_charset の値は、 iconv 関数で iconv.input_encoding ...
https://man.plustar.jp/php/ini.core.html - [similar]
実行時設定 3421
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 定オプション 名前 デフォルト 変更可能 変更履歴 intl.default_locale PHP_INI_ALL intl.error_level 0 PHP_INI_ALL ... 定ディレクティブに関する 簡単な説明を示します。 intl.default_locale string 何も指定しなかった (引数を省略したり ...
https://man.plustar.jp/php/intl.configuration.html - [similar]
定義済み定数 3421
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... にロードされている場合のみ使用可能です。 MYSQLI_READ_DEFAULT_GROUP my.cnf の指定した名前のグループか、 あるいは ... MYSQLI_READ_DEFAULT_FILE で指定したファイルからオプションを読み込みます ... 。 MYSQLI_READ_DEFAULT_FILE my.cnf のかわりに、指定したファイルからオプシ ... と定義されています。 MYSQLI_TYPE_NULL フィールドは DEFAULT NULL と定義されています。 MYSQLI_TYPE_TIMESTAMP フ ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
定義済み定数 3421
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ND_ACC_PUBLIC ( int ) Mark function as public, the default ZEND_ACC_PROTECTED ( int ) Mark function as protec ... LASS ( int ) Dummy registered for consistency, the default kind of class entry. Removed as of uopz 5.0.0. ZEN ...
https://man.plustar.jp/php/uopz.constants.html - [similar]