検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 392 for time (0.030 sec.)
陥りやすい落とし穴 4638
« エラーメッセージの説明 複数ファイルのアップロード » PHP Manual ファイルアップロードの処理 陥り ... きな 値を設定するようにしてください。 max_execution_time に設定した値が小さすぎた場合、スクリプトの実行時間 ... がこの値を越える 可能性を生じます。 max_execution_time に充分大きな値を設定するように してください。 注意 ... : max_execution_time はスクリプト自身の実行時間にのみ影響します。 スクリ ... クリプトの 総実行時間に含まれません。 警告 max_input_time は、スクリプトで入力を受け付けることができる最大秒 ...
https://man.plustar.jp/php/features.file-upload.common-pitfalls.html - [similar]
APCu のデータから、キャッシュされた情報を取得する 4604
« apcu_add apcu_cas » PHP Manual APCu 関数 APCu のデータから、キャッシュされた情報を取得する apc ... ttl] => 0 [num_hits] => 9 [num_misses] => 3 [start_time] => 1123958803 [cache_list] => Array ( [0] => Arra ... inode] => 1130511 [type] => file [num_hits] => 1 [mtime] => 1123960686 [creation_time] => 1123960696 [dele ... tion_time] => 0 [access_time] => 1123962864 [ref_count] => 1 ...
https://man.plustar.jp/php/function.apcu-cache-info.html - [similar]
日付/時刻情報を取得する 4578
« date gettimeofday » PHP Manual 日付・時刻 関数 日付/時刻情報を取得する getdate (PHP 4, PHP 5, ... te — 日付/時刻情報を取得する 説明 getdate ( ? int $timestamp = null ): array timestamp に関する日付情報を有 ... する連想配列を返します。 timestamp が省略されたり、 null だった場合、現在のローカ ... ルな時間に関する情報を返します。 パラメータ timestamp オプションのパラメータ timestamp は、 int 型の ... Unix タイムスタンプです。 timestamp が指定されなかったり、 null だった場合のデフォ ...
https://man.plustar.jp/php/function.getdate.html - [similar]
新しいセッションIDを作成する 4578
« session_commit session_decode » PHP Manual セッション関数 新しいセッションIDを作成する session ... を許してはいけない if (!empty( $_SESSION [ 'deleted_time' ]) && $_SESSION [ 'deleted_time' ] < time () - 18 ... ので、すぐに削除してはいけない $_SESSION [ 'deleted_time' ] = time (); // セッションを終了する session_comm ...
https://man.plustar.jp/php/function.session-create-id.html - [similar]
指定されたフィルタ条件を反映した、システムタイムゾーンのイテレータを取得する 4578
« IntlTimeZone::createTimeZone IntlTimeZone::fromDateTimeZone » PHP Manual IntlTimeZone 指定され ... した、システムタイムゾーンのイテレータを取得する IntlTimeZone::createTimeZoneIDEnumeration intltz_create_tim ... _id_enumeration (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlTimeZone::createTimeZoneIDEnumeration -- intltz_create_ ... 説明 オブジェクト指向型 (method): public static IntlTimeZone::createTimeZoneIDEnumeration ( int $type , ? s ... ll ): IntlIterator | false 手続き型: intltz_create_time_zone_id_enumeration ( int $type , ? string $region ...
https://man.plustar.jp/php/intltimezone.createtimezoneidenumeration.html - [similar]
時刻を設定する 4543
« DateTime::setISODate DateTime::setTimestamp » PHP Manual DateTime 時刻を設定する DateTime::set ... Time date_time_set (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTime::setTi ... me -- date_time_set — 時刻を設定する 説明 オブジェクト指向型 publi ... c DateTime::setTime ( int $hour , int $minute , int $second = ... 0 , int $microsecond = 0 ): DateTime 手続き型 date_time_set ( DateTime $object , int $h ...
https://man.plustar.jp/php/datetime.settime.html - [similar]
Set socket I/O activity timeout 4543
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... ivity timeout GearmanWorker::setTimeout (PECL gearman >= 0.6. ... 0) GearmanWorker::setTimeout — Set socket I/O activity timeout 説明 public G ... earmanWorker::setTimeout ( int $timeout ): bool Sets the interval of tim ... e to wait for socket I/O activity. パラメータ timeout An interval of time in milliseconds. A negative ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
はじめに 4543
« RRD インストール/設定 » PHP Manual RRD はじめに はじめに The PECL/rrd extension provides bindi ... h performance data logging and graphing system for time series data. The RRDtool homepage is » http://www. ... ード: RRD , data , performance , homepage , series , time , graphing , logging , high , インストール ...
https://man.plustar.jp/php/intro.rrd.html - [similar]
DateInterval クラス 4517
« DateTimeZone::listIdentifiers DateInterval::__construct » PHP Manual Date/Time DateInterval ク ... 、固定値 (年、月、日、時など) あるいは相対時刻 ( DateTimeImmutable と DateTime のコンストラクタがサポートして ... erval オブジェクトが保持している情報は、 ある date/time オブジェクトから別の date/time オブジェクトに情報を ... オブジェクトを生成する一般的なやり方は、 2つの date/time オブジェクトの差分を DateTimeInterface::diff() 経由 ... ) public static createFromDateString ( string $datetime ): DateInterval | false public format ( string $fo ...
https://man.plustar.jp/php/class.dateinterval.html - [similar]
Returns the values most recently detected by Ev 4517
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... tem I/O 'blocks' number of 512B blocks allocated 'atime' time of last access 'ctime' time of last status c ... hange 'mtime' time of last modification See stat(2) man page fo ... ze: %ld\n" , $attr [ 'size' ]); printf ( "Current atime: %ld\n" , $attr [ 'atime' ]); printf ( "Current mt ... ime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file ...
https://man.plustar.jp/php/evstat.attr.html - [similar]