検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 293 for [SIMILAR] 16 1024 4096 WITH 22623 getrequesturl ... (0.295 sec.)
if 0
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
メッセージのヘッダを返す 0
« imap_fetchbody imap_fetchmime » PHP Manual IMAP 関数 メッセージのヘッダを返す imap_fetchheader (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetchheader — メッセージのヘッダを返す 説明 imap_fetchheader ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): string | false 指定したメッセージ ...
https://man.plustar.jp/php/function.imap-fetchheader.html - [similar]
設定オプションの値を設定する 0
« ini_restore memory_get_peak_usage » PHP Manual PHP オプション/情報 関数 設定オプションの値を設定する ini_set (PHP 4, PHP 5, PHP 7, PHP 8) ini_set — 設定オプションの値を設定する 説明 ini_set ( string $option , string | int | float | bool | null $value ): string | false 指定した設定オプシ ...
https://man.plustar.jp/php/function.ini-set.html - [similar]
指定したグループ ID を有するグループに関する情報を返す 0
« posix_getgid posix_getgrnam » PHP Manual POSIX 関数 指定したグループ ID を有するグループに関する情報を返す posix_getgrgid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrgid — 指定したグループ ID を有するグループに関する情報を返す 説明 posix_getgrgid ( int $group_id ): array | false 指定した I ...
https://man.plustar.jp/php/function.posix-getgrgid.html - [similar]
指定した名前のグループに関する情報を返す 0
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す posix_getgrnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrnam — 指定した名前のグループに関する情報を返す 説明 posix_getgrnam ( string $name ): array | false 指定した名前のグループに関する情報を ...
https://man.plustar.jp/php/function.posix-getgrnam.html - [similar]
OID の出力形式を設定する 0
« snmp_set_oid_numeric_print snmp_set_quick_print » PHP Manual SNMP 関数 OID の出力形式を設定する snmp_set_oid_output_format (PHP 5 >= 5.2.0, PHP 7, PHP 8) snmp_set_oid_output_format — OID の出力形式を設定する 説明 snmp_set_oid_output_format ( int $format ): bool snmp_set_oid_output_form ...
https://man.plustar.jp/php/function.snmp-set-oid-output-format.html - [similar]
参照画像内の色を解析する 0
« Gmagick::profileimage Gmagick::quantizeimages » PHP Manual Gmagick 参照画像内の色を解析する Gmagick::quantizeimage (PECL gmagick >= Unknown) Gmagick::quantizeimage — 参照画像内の色を解析する 説明 public Gmagick::quantizeimage ( int $numColors , int $colorspace , int $treeDepth , bool $ ...
https://man.plustar.jp/php/gmagick.quantizeimage.html - [similar]
画像シーケンス内の色を解析する 0
« Gmagick::quantizeimage Gmagick::queryfontmetrics » PHP Manual Gmagick 画像シーケンス内の色を解析する Gmagick::quantizeimages (PECL gmagick >= Unknown) Gmagick::quantizeimages — 画像シーケンス内の色を解析する 説明 public Gmagick::quantizeimages ( int $numColors , int $colorspace , int $ ...
https://man.plustar.jp/php/gmagick.quantizeimages.html - [similar]
正規化した HSL カラーを設定する 0
« ImagickPixel::setColorValueQuantum ImagickPixel::setIndex » PHP Manual ImagickPixel 正規化した HSL カラーを設定する ImagickPixel::setHSL (PECL imagick 2, PECL imagick 3) ImagickPixel::setHSL — 正規化した HSL カラーを設定する 説明 public ImagickPixel::setHSL ( float $hue , float $satura ...
https://man.plustar.jp/php/imagickpixel.sethsl.html - [similar]