検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 380 for [SIMILAR] 16 1024 4096 WITH 25762 variant WITH 1... (0.918 sec.)
配列に値があるかチェックする 0
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, PHP 7, PHP 8) in_array — 配列に値があるかチェックする 説明 in_array ( mixed $needle , array $haystack , bool $strict = false ): bool haystack 内の needle を検索します。 strict が設定されていな ...
https://man.plustar.jp/php/function.in-array.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
mysqli の概要 0
« はじめに クイックスタートガイド » PHP Manual MySQLi mysqli の概要 mysqli の概要 このセクションでは、 PHP アプリケーションの開発で MySQL データベースを扱うときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタスクを実行するためにアプリケ ...
https://man.plustar.jp/php/mysqli.overview.html - [similar]
base64 エンコードされた文字列を、生バイナリにデコードする 0
« sodium_add sodium_bin2base64 » PHP Manual Sodium 関数 base64 エンコードされた文字列を、生バイナリにデコードする sodium_base642bin (PHP 7 >= 7.2.0, PHP 8) sodium_base642bin — base64 エンコードされた文字列を、生バイナリにデコードする 説明 sodium_base642bin ( string $string , int $id , st ...
https://man.plustar.jp/php/function.sodium-base642bin.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 0
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネルを使用した、画像へのすかしの追加 アルファチャネルを使用した、画像へのすかしの追加 例1 アルファチャネルを使用した、画像へのすかしの追加 <?php // スタンプと、それをすかしとして適用する写真を読 ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
ArrayIterator クラス 0
« AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス ArrayIterator クラス (PHP 5, PHP 7, PHP 8) はじめに このイテレータは、配列やオブジェクトを反復処理する際に 値やキーをリセットしたり修正したりすることができます。 同じ配列を何度も反復処理したい場合は ...
https://man.plustar.jp/php/class.arrayiterator.html - [similar]
ArrayObject クラス 0
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびインターフェイス ArrayObject クラス ArrayObject クラス (PHP 5, PHP 7, PHP 8) はじめに このクラスは、オブジェクトを配列として動作させます。 クラス概要 class ArrayObject implements IteratorAggregate ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
変数が空であるかどうかを検査する 0
« doubleval floatval » PHP Manual 変数操作 関数 変数が空であるかどうかを検査する empty (PHP 4, PHP 5, PHP 7, PHP 8) empty — 変数が空であるかどうかを検査する 説明 empty ( mixed $var ): bool 変数が空であるかどうかを検査します。 変数が空であるとみなされるのは、変数が存在しない場合や 変数の値 ...
https://man.plustar.jp/php/function.empty.html - [similar]
画像の色空間を取得する 0
« Imagick::getImageColors Imagick::getImageCompose » PHP Manual Imagick 画像の色空間を取得する Imagick::getImageColorspace (PECL imagick 2, PECL imagick 3) Imagick::getImageColorspace — 画像の色空間を取得する 説明 public Imagick::getImageColorspace (): int 画像の色空間を取得します。 パラ ...
https://man.plustar.jp/php/imagick.getimagecolorspace.html - [similar]