検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 474 for use (0.016 sec.)
新機能 5465
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ない場合は第二オペランドを返します。 <?php // $_GET['user'] を取得します。もし存在しない場合は // 'nobody' ... を用います。 $username = $_GET [ 'user' ] ?? 'nobody' ; // 上のコード ... は、次のコードと同じ意味です。 $username = isset( $_GET [ 'user' ]) ? $_GET [ 'user' ] ... 連結することもできます。次のように書くと、 // $_GET['user']、$_POST['user'] そして 'nobody' // の順に調べて ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
Sets a type map to use for BSON unserialization 5465
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Curso ... r Sets a type map to use for BSON unserialization MongoDB\Driver\Cursor::se ... oDB\Driver\Cursor::setTypeMap — Sets a type map to use for BSON unserialization 説明 final public MongoDB ... typemap ): void Sets the type map configuration to use when unserializing the BSON results into PHP value ... 関連キーワード: type , map , BSON , Driver , Sets , use , unserialization , Cursor , setTypeMap , array ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
Create a new Query 5384
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... hing a special BSON type the query criteria should use the respective BSON class (e.g. use MongoDB\BSON\O ... ions queryOptions Option Type Description allowDiskUse bool Allows MongoDB to use temporary disk files to ... "partial" option if not specified. awaitData bool Use in conjunction with the "tailable" option to block ... . In versions of MongoDB before 3.2, where queries use the legacy wire protocol OP_QUERY, a batch size of ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
CachingIterator クラス 5344
« ArrayIterator::valid CachingIterator::__construct » PHP Manual イテレータ CachingIterator クラ ... onst int CATCH_GET_CHILD = 16 ; const int TOSTRING_USE_KEY = 2 ; const int TOSTRING_USE_CURRENT = 4 ; con ... st int TOSTRING_USE_INNER = 8 ; const int FULL_CACHE = 256 ; /* メソッ ... る際、例外をスローしません CachingIterator::TOSTRING_USE_KEY 文字列に変換する際に key を使います。 CachingI ... terator::TOSTRING_USE_CURRENT 文字列に変換する際に current を使います。 ...
https://man.plustar.jp/php/class.cachingiterator.html - [similar]
このタイムゾーンが夏時間を採用しているかどうかを調べる 5344
« IntlTimeZone::toDateTimeZone IntlDateFormatter » PHP Manual IntlTimeZone このタイムゾーンが夏時 ... 間を採用しているかどうかを調べる IntlTimeZone::useDaylightTime intltz_use_daylight_time (PHP 5 >= 5.5 ... .0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::useDaylightTime -- intltz_use_daylight_time — このタイ ... オブジェクト指向型 (method): public IntlTimeZone::useDaylightTime (): bool 手続き型: intltz_use_daylight ... り値 関連キーワード: 夏時間 , 採用 , IntlTimeZone , use , daylight , time , intltz , useDaylightTime , 関数 ...
https://man.plustar.jp/php/intltimezone.usedaylighttime.html - [similar]
Move the cursor of a lob object 5295
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... RRENT ): bool The cubrid_lob2_seek64() function is used to move the cursor position of a lob object by th ... larger than an integer data can be stored, you can use this function. To set the origin argument, you can ... use CUBRID_CURSOR_FIRST to set the cursor position mov ... this case, offset must be a positive value. If you use CUBRID_CURSOR_CURRENT for origin , you can move fo ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
はじめに 5295
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... e instructions that are prohibited in tasks: yield use by-reference declare class declare named function ... 注意 : Nested closures may yield or use by-reference, but must not contain class or named ... he task may include. Future The parallel\Future is used to access the return value from the task, and exp ... k. Channel A task may be scheduled with arguments, use lexical scope variables (by-value), and return a v ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
要件 5295
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8. ... iver requires » libbson and » libmongoc , and will use bundled versions of both libraries by default. Sys ... tem libraries may also be used, as discussed in the manual installation document ... y depends on a TLS library (e.g. OpenSSL) and will use it if available. If the build process fails to fin ... d a TLS library, users should check that the appropriate development pa ...
https://man.plustar.jp/php/mongodb.requirements.html - [similar]
WinCache 統計スクリプト 5295
« 実行時設定 WinCache セッションハンドラ » PHP Manual インストール/設定 WinCache 統計スクリプト ... ために、このファイルをテキストエディタで開いて、定数 USERNAME と PASSWORD の値を変更しましょう。サーバー上で ... ========================== * If you do not want to use authentication for this page, set USE_AUTHENTICATI ... ON to 0. * If you use authentication then replace the default password. ... */ define ( 'USE_AUTHENTICATION' , 1 ); define ( 'USERNAME' , 'winc ...
https://man.plustar.jp/php/wincache.stats.html - [similar]
セッション管理の基礎 5255
« セッション と セキュリティ セッションに関連する INI 設定をセキュアにする » PHP Manual セッショ ... ソーシャルエンジニアリングから守るためには、 session.use_only_cookies を有効にする必要があります。 この場合 ... ーは、 追加のリスクを背負うことになります。 session.use_strict_mode を有効にし、かつセッションの保存ハンド ... php?PHPSESSID=123456789 のようなものです。 session.use_trans_sid が有効な場合、 ユーザーは攻撃者が提供した ... IDを使ってセッションを開始してしまいます。 session.use_strict_mode は、 こうしたリスクを軽減します。 警告 ...
https://man.plustar.jp/php/features.session.security.management.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT