検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 759 for KEY (0.336 sec.)
Remove items from cache 2898
« Yac::__construct Yac::dump » PHP Manual Yac Remove items from cache Yac::delete (PECL yac >= 1 ... om cache 説明 public Yac::delete ( string | array $keys , int $ttl = ? ): bool remove items from cache パ ... ラメータ keys string key, or array of multiple keys to be remov ...
https://man.plustar.jp/php/yac.delete.html - [similar]
UI 2871
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... — Area UI\Area::onDraw — Draw Callback UI\Area::onKeyKey Callback UI\Area::onMouse — Mouse Callback U ... Settings UI\Draw\Line\Join — Line Join Settings UI\KeyKey Identifiers UI\Exception\InvalidArgumentExce ...
https://man.plustar.jp/php/book.ui.html - [similar]
DirectoryIterator クラス 2871
« CallbackFilterIterator::__construct DirectoryIterator::__construct » PHP Manual イテレータ Dir ... eadable (): bool public isWritable (): bool public key (): mixed public next (): void public rewind (): v ... き込み可能であるかどうかを調べる DirectoryIterator::key — 現在の DirectoryIterator アイテムのキーを返す Di ...
https://man.plustar.jp/php/class.directoryiterator.html - [similar]
Imagick クラス 2871
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... ifact ): string public getImageAttribute ( string $key ): string public getImageBackgroundColor (): Imagi ... getNumberImages (): int public getOption ( string $key ): string public static getPackageName (): string ... ange (): array public static getRegistry ( string $key ): string public static getReleaseDate (): string ... $value ): bool public setImageAttribute ( string $key , string $value ): bool public setImageBackgroundC ...
https://man.plustar.jp/php/class.imagick.html - [similar]
InvalidArgumentException 2871
« UI\Key UI\Exception\RuntimeException » PHP Manual UI InvalidArgumentException InvalidArgumentE ...
https://man.plustar.jp/php/class.ui-exception-invalidargumentexception.html - [similar]
POST メソッドによるアップロード 2871
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... hp foreach ( $_FILES [ "pictures" ][ "error" ] as $key => $error ) { if ( $error == UPLOAD_ERR_OK ) { $tm ... p_name = $_FILES [ "pictures" ][ "tmp_name" ][ $key ]; // basename() で、ひとまずファイルシステムトラバ ... me = basename ( $_FILES [ "pictures" ][ "name" ][ $key ]); move_uploaded_file ( $tmp_name , "data/ $name ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
追加された添字の確認を含めて配列の差を計算する 2871
« array_count_values array_diff_key » PHP Manual 配列 関数 追加された添字の確認を含めて配列の差を ... ] => blue [0] => red ) 例2 array_diff_assoc() の例 key => value の組からの二つの値は、 (string) $elem1 == ...
https://man.plustar.jp/php/function.array-diff-assoc.html - [similar]
新機能 2871
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... らないからです。 Null 合体代入演算子 <?php $array [ 'key' ] ??= computeDefault (); // は、以下にほぼ等しい ... if (!isset( $array [ 'key' ])) { $array [ 'key' ] = computeDefault (); } ?> ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
定義済み定数 2871
« リソース型 RADIUS Options » PHP Manual Radius 定義済み定数 定義済み定数 目次 RADIUS Options RA ... にロードされている場合のみ使用可能です。 RADIUS_MPPE_KEY_LEN ( int ) The maximum length of MPPE keys. 関連キ ...
https://man.plustar.jp/php/radius.constants.html - [similar]
ポインタを次の項目に移動させる 2851
« APCUIterator::key APCUIterator::rewind » PHP Manual APCUIterator ポインタを次の項目に移動させる ...
https://man.plustar.jp/php/apcuiterator.next.html - [similar]