検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 800 for [SIMILAR] 16 1024 4096 WITH 35051 rot13 WITH 465... (1.067 sec.)
UTF-8 文字列を修正UTF-7にエンコードする 0
« imap_utf7_encode imap_utf8 » PHP Manual IMAP 関数 UTF-8 文字列を修正UTF-7にエンコードする imap_utf8_to_mutf7 (PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_utf8_to_mutf7 — UTF-8 文字列を修正UTF-7にエンコードする 説明 imap_utf8_to_mutf7 ( string $string ): string | false UTF-8 文字列を、修正UTF-7( ...
https://man.plustar.jp/php/function.imap-utf8-to-mutf7.html - [similar]
Oracle データベースに接続する 0
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_connect — Oracle データベースに接続する 説明 oci_connect ( string $username , string $password , ? string $connection_string = null , string $enc ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
以前に保存されたコンテキストを復元する 0
« ps_rect ps_rotate » PHP Manual PS 関数 以前に保存されたコンテキストを復元する ps_restore (PECL ps >= 1.1.0) ps_restore — 以前に保存されたコンテキストを復元する 説明 ps_restore ( resource $psdoc ): bool 以前に保存されている描画コンテキストを復元します。 すべての ps_save() 呼び出しには、 ...
https://man.plustar.jp/php/function.ps-restore.html - [similar]
現在のコンテキストを保存する 0
« ps_rotate ps_scale » PHP Manual PS 関数 現在のコンテキストを保存する ps_save (PECL ps >= 1.1.0) ps_save — 現在のコンテキストを保存する 説明 ps_save ( resource $psdoc ): bool 現在の描画コンテキストを保存します。 そこには色や変換・回転その他の情報が含まれています。保存されたコンテキストは ...
https://man.plustar.jp/php/function.ps-save.html - [similar]
正弦(サイン) 0
« round sinh » PHP Manual Math 関数 正弦(サイン) sin (PHP 4, PHP 5, PHP 7, PHP 8) sin — 正弦(サイン) 説明 sin ( float $num ): float sin() は、 num のサインを 返します。 num はラジアンです。 パラメータ num ラジアンで表した値。 戻り値 num のサインを返します。 例 例1 sin() の例 <?php // ...
https://man.plustar.jp/php/function.sin.html - [similar]
正接(タンジェント) 0
« srand tanh » PHP Manual Math 関数 正接(タンジェント) tan (PHP 4, PHP 5, PHP 7, PHP 8) tan — 正接(タンジェント) 説明 tan ( float $num ): float tan() は、 num のタンジェントを 返します。 num はラジアンです。 パラメータ num 処理する引数をラジアンで表したもの。 戻り値 num のタンジェント ...
https://man.plustar.jp/php/function.tan.html - [similar]
画像の色を再配置する 0
« Imagick::reduceNoiseImage Imagick::removeImage » PHP Manual Imagick 画像の色を再配置する Imagick::remapImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::remapImage — 画像の色を再配置する 説明 public Imagick::remapImage ( Imagick $replacement , int $DITHER ): bool 画像の色を、 re ...
https://man.plustar.jp/php/imagick.remapimage.html - [similar]
閾値にもとづいて個々のピクセルの値を変更する 0
« Imagick::textureImage Imagick::thumbnailImage » PHP Manual Imagick 閾値にもとづいて個々のピクセルの値を変更する Imagick::thresholdImage (PECL imagick 2, PECL imagick 3) Imagick::thresholdImage — 閾値にもとづいて個々のピクセルの値を変更する 説明 public Imagick::thresholdImage ( float $t ...
https://man.plustar.jp/php/imagick.thresholdimage.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]