検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 575 for x (0.189 sec.)
エントリの属性を取得する 3637
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... try::getAttr() の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープンに失敗 ... OST_MACOS : printf ( "%c%c%c%c%c%c\n" , ( $attr & 0x08 ) ? 'V' : '.' , ( $attr & 0x10 ) ? 'D' : '.' , ( ... $attr & 0x01 ) ? 'R' : '.' , ( $attr & 0x02 ) ? 'H' : '.' , ( ... $attr & 0x04 ) ? 'S' : '.' , ( $attr & 0x20 ) ? 'A' : '.' ); ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
match 3607
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... えば、以下のようになります: <?php $result = match ( $x ) { foo () => ..., $this -> bar () => ..., // foo( ... ) === $x であれば $this->bar() は呼び出されません。 $this - ... > baz => beep (), // $x === $this->baz でなければ beep() は呼び出されません ... にする場合の短縮記法です。 <?php $result = match ( $x ) { // この分岐は: $a , $b , $c => 5 , // 以下の3つ ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
Creates a new set using values that aren't in another set 3607
« Ds\Set::count Ds\Set::filter » PHP Manual Set Creates a new set using values that aren't in an ... using values that aren't in another set. A \ B = {x ∈ A | x ∉ B} パラメータ set Set containing the val ... ues to exclude. 戻り値 A new set containing all values that ... o » Complement on Wikipedia 例 例1 Ds\Set::diff() example <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ]); $b ...
https://man.plustar.jp/php/ds-set.diff.html - [similar]
ピクセルの色のインデックスを取得する 3607
« imagecolorallocatealpha imagecolorclosest » PHP Manual GD および Image 関数 ピクセルの色のイン ... を取得する 説明 imagecolorat ( GdImage $image , int $x , int $y ): int | false image で指定された画像上の ... のような画像作成関数が返す GdImage オブジェクト。 x 点の x 座標。 y 点の y 座標。 戻り値 色のインデック ... ecolorat ( $im , 10 , 15 ); $r = ( $rgb >> 16 ) & 0xFF ; $g = ( $rgb >> 8 ) & 0xFF ; $b = $rgb & 0xFF ; ... 。 int(119) int(123) int(180) 例2 imagecolorsforindex() による可読形式の RGB 値 <?php $im = imagecreatef ...
https://man.plustar.jp/php/function.imagecolorat.html - [similar]
GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 3607
« imagecreatefromgd2 imagecreatefromgd » PHP Manual GD および Image 関数 GD2 ファイルまたは URL ... 明 imagecreatefromgd2part ( string $filename , int $x , int $y , int $width , int $height ): GdImage | f ... れています。 パラメータ filename GD2 画像へのパス。 x 作成元の x 座標。 y 作成元の y 座標。 width コピー ... ここでは、エンボス処理を行っています if( function_exists ( 'imagefilter' )) { imagefilter ( $im , IMG_F ...
https://man.plustar.jp/php/function.imagecreatefromgd2part.html - [similar]
PHP関連の出版物 3607
« PHP関連の本 PHP 8.0.x から PHP 8.1.x への移行 » PHP Manual PHP の歴史と関連するプロジェクト PH ... が掲載されています。 PHPに関する記事はDr. Dobbs, Linux Enterprise, Linux Magazine, その他多くの雑誌に掲載 ...
https://man.plustar.jp/php/history.php.publications.html - [similar]
ページのジオメトリを返す 3607
« Imagick::getPackageName Imagick::getPixelIterator » PHP Manual Imagick ページのジオメトリを返す ... たページのジオメトリを返します。 "width"、"height"、"x" そして "y" というキーを持つ連想配列となります。 パ ... たページのジオメトリを返します。 "width"、"height"、"x" そして "y" というキーを持つ連想配列となります。 エ ... ラー時に ImagickException をスローします。 関連キーワード: ページ , ジ ...
https://man.plustar.jp/php/imagick.getpage.html - [similar]
画像を指定した解像度にリサンプリングする 3607
« Imagick::render Imagick::resetImagePage » PHP Manual Imagick 画像を指定した解像度にリサンプリン ... ングする 説明 public Imagick::resampleImage ( float $x_resolution , float $y_resolution , int $filter , f ... を指定した解像度にリサンプリングします。 パラメータ x_resolution y_resolution filter blur 戻り値 成功した ...
https://man.plustar.jp/php/imagick.resampleimage.html - [similar]
新しく追加された関数 3607
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新しく追加された関数 ... Spoofchecker::setRestrictionLevel() LDAP ldap_add_ext() ldap_bind_ext() ldap_delete_ext() ldap_exop_ref ... resh() ldap_mod_add_ext() ldap_mod_replace_ext() ldap_mod_del_ext() ldap_ ... rename_ext() OpenSSL openssl_pkey_derive() Sockets socket_ws ... aprotocol_info_export() socket_wsaprotocol_info_import() socket_wsap ...
https://man.plustar.jp/php/migration73.new-functions.html - [similar]
キー/証明書パラメータ 3607
« その他の定数 証明書の認証 » PHP Manual OpenSSL キー/証明書パラメータ キー/証明書パラメータ Ope ... 方法を使用してそれらを取得できます。 証明書 openssl_x509_read() から返された OpenSSLCertificate クラスの ... タンス。 (PHP 8.0.0 より前のバージョンでは、 OpenSSL X.509 型のリソース) file://path/to/cert.pem 形式の文 ... タンス。 (PHP 8.0.0 より前のバージョンでは、 OpenSSL X.509 CSR 型のリソース) file://path/to/csr.pem 形式の ... タンス。 (PHP 8.0.0 より前のバージョンでは、 OpenSSL X.509 型のリソース) file://path/to/file.pem 形式の文 ...
https://man.plustar.jp/php/openssl.certparams.html - [similar]