検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 474 for use (0.064 sec.)
Initiates a restore task in the service manager and returns immediately 4325
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... reate the new database on the server. You can also use database alias. options Additional options to pass ... , IBASE_RES_REPLACE , IBASE_RES_CREATE , IBASE_RES_USE_ALL_SPACE , IBASE_PRP_PAGE_BUFFERS , IBASE_PRP_SWE ... ave any chance to get its output. This argument is useless. 戻り値 成功した場合に true を、失敗した場合に ... loyee backup to the new emps.fdb database // Don't use any special arguments ibase_restore ( $service , ' ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
セッションに登録されたデータを全て破棄する 4325
« session_decode session_encode » PHP Manual セッション関数 セッションに登録されたデータを全て破 ... ん。 そのために setcookie() が利用できます。 session.use_strict_mode が有効になっている場合、 古くなった セ ... ーを受け入れないからです。 全てのサイトで、 session.use_strict_mode を有効にすることを推奨します。 警告 す ... でなくセッションを破壊する。 if ( ini_get ( "session.use_cookies" )) { $params = session_get_cookie_params ... _unset() を使用するようにしましょう。 参考 session.use_strict_mode session_reset() - session 配列を元の値 ...
https://man.plustar.jp/php/function.session-destroy.html - [similar]
FAQ: 名前空間について知っておくべきこと 4325
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... 付け加えられます。 例6 修飾名 <?php namespace foo ; use blah \ blah as foo ; $a = new my \ name (); // "fo ... られます。 例7 非修飾クラス名 <?php namespace foo ; use blah \ blah as foo ; $a = new name (); // "foo\nam ... します。 例8 非修飾関数/定数名 <?php namespace foo ; use blah \ blah as foo ; const FOO = 1 ; function my ( ... ff ; include 'file1.php' ; include 'another.php' ; use another \ thing as MyClass ; $a = new MyClass ; // ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
Returns an object for BSON serialization 4325
« MongoDB\Driver\ReadPreference MongoDB\Driver\ReadPreference::__construct » PHP Manual MongoDB\ ... _SECONDARY , [ [ 'dc' => 'ny' ], [ 'dc' => 'sf' , 'use' => 'reporting' ], [] ] ); var_dump ( $rp -> bsonS ... object(stdClass)#5 (2) { ["dc"]=> string(2) "sf" ["use"]=> string(9) "reporting" } [2]=> object(stdClass) ... dary", "tags" : [ { "dc" : "ny" }, { "dc" : "sf", "use" : "reporting" }, { } ] } 例3 MongoDB\Driver\ReadP ...
https://man.plustar.jp/php/mongodb-driver-readpreference.bsonserialize.html - [similar]
手続き型とオブジェクト指向インターフェイス 4325
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... <?php $mysqli = mysqli_connect ( "example.com" , "user" , "password" , "database" ); $result = mysqli_qu ... ery ( $mysqli , "SELECT 'Please do not use the deprecated mysql extension for new development ... _msg' ]; $mysql = mysql_connect ( "example.com" , "user" , "password" ); mysql_select_db ( "test" ); $res ... ult = mysql_query ( "SELECT 'Use the mysqli extension instead.' AS _msg FROM DUAL" ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
Get SeasLog last logger path 4325
« SeasLog::getDatetimeFormat SeasLog::getRequestID » PHP Manual SeasLog Get SeasLog last logger ... 説明 public static SeasLog::getLastLogger (): string Use the Function SeasLog::getLastLogger() will get the ... ラメータ この関数にはパラメータはありません。 戻り値 Use the Function SeasLog::setLogger() will change the ...
https://man.plustar.jp/php/seaslog.getlastlogger.html - [similar]
実行時設定 4325
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... r 0 PHP_INI_ALL yaf.lowcase_path 0 PHP_INI_ALL yaf.use_spl_autoload 0 PHP_INI_ALL yaf.forward_limit 5 PHP ... _INI_SYSTEM yaf.environ product PHP_INI_SYSTEM yaf.use_namespace 0 PHP_INI_ALL 以下に設定ディレクティブに ... ロード時に、すべてのパスを小文字にするかどうか。 yaf.use_spl_autoload int この値を On にすると、 Yaf_Loader ... は Yaf_Application への最初の引数で指定します。 yaf.use_namespace int この値を On にすると、 Yaf のすべての ...
https://man.plustar.jp/php/yaf.configuration.html - [similar]
Fetch the next row from a result set 4277
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... UBRID_BOTH ): mixed The cubrid_fetch() function is used to get a single row from the query result. The cu ... CT. If you want to operate the lob object, you can use CUBRID_LOB. 戻り値 Result array or object, when pr ... s an object, and you can decide which data type to use by setting the type argument. The type variable ca ... ); } // if you want to operate lob object, you can use cubrid_fetch($req, CUBRID_LOB) cubrid_close_reques ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
ファイルを出力する 4277
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... を出力する 説明 readfile ( string $filename , bool $use_include_path = false , ? resource $context = null ... パラメータ filename 読み込もうとするファイルの名前。 use_include_path オプションの2番目の引数を使用して、こ ... eadfile , include , path , fopen , エラー , 注意 , use , 関数 ...
https://man.plustar.jp/php/function.readfile.html - [similar]
スレッドセーフであるかどうかを返す 4277
« mysqli::$thread_id mysqli::use_result » PHP Manual mysqli スレッドセーフであるかどうかを返す m ... mysqli , thread , safe , ライブラリ , パラメータ , use , result , public , 手続き , コンパイル ...
https://man.plustar.jp/php/mysqli.thread-safe.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT