検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 135 for [SIMILAR] 16 1024 4096 WITH 22786 スカ WITH 1545... (0.168 sec.)
0
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディングブロックです。PHPにおいては、ほとんど全てのものは式で記述されます。 最も簡単で最も正確な式の定義は、"値があるもの全て"です。 考えられる簡単な例は、定数と変数です。 " $a = 5" と入力すると、 $ ...
https://man.plustar.jp/php/language.expressions.html - [similar]
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
ユーザーの秘密鍵と、別のユーザーの公開鍵を使って、共有シークレットを計算する 0
« sodium_crypto_scalarmult_ristretto255 sodium_crypto_secretbox_keygen » PHP Manual Sodium 関数 ユーザーの秘密鍵と、別のユーザーの公開鍵を使って、共有シークレットを計算する sodium_crypto_scalarmult (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_scalarmult — ユーザーの秘密鍵と、別のユーザーの公開鍵 ...
https://man.plustar.jp/php/function.sodium-crypto-scalarmult.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
現在の要素のキーを返す 0
« CachingIterator::hasNext CachingIterator::next » PHP Manual CachingIterator 現在の要素のキーを返す CachingIterator::key (PHP 5, PHP 7, PHP 8) CachingIterator::key — 現在の要素のキーを返す 説明 public CachingIterator::key (): scalar 警告 この関数は、 現在のところ詳細な情報はありません。 ...
https://man.plustar.jp/php/cachingiterator.key.html - [similar]
機能 0
« 最新版を維持する PHP による HTTP 認証 » PHP Manual 機能 機能 PHP による HTTP 認証 クッキー(Cookies) セッション XFormsの処理 ファイルアップロードの処理 POST メソッドによるアップロード エラーメッセージの説明 陥りやすい落とし穴 複数ファイルのアップロード PUT メソッドのサポート 参考 リモー ...
https://man.plustar.jp/php/features.html - [similar]
指数表現 0
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 pow ( mixed $num , mixed $exponent ): int | float | object num の exponent 乗を返します。 注意 : ** 演算子も使えます。 パラメータ num 使用する基数。 exponent 指数。 戻り値 num の exponent 乗 ...
https://man.plustar.jp/php/function.pow.html - [similar]
The Hashable interface 0
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface The Hashable interface (No version information available, might only be in Git) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl_object_ha ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
ReflectionEnumUnitCase クラス 0
« ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション ReflectionEnumUnitCase クラス ReflectionEnumUnitCase クラス (PHP 8 >= 8.1.0) はじめに ReflectionEnumUnitCase クラスは、 列挙型 の case に関する情報を報告します。 これは、スカラー型の情報を持っていま ...
https://man.plustar.jp/php/class.reflectionenumunitcase.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT