検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 575 for x (0.039 sec.)
PHP と HTML 3886
« パスワードのハッシュ PHP と COM » PHP Manual FAQ PHP と HTML PHP と HTML PHP と HTML は深く関係 ... "image"> タグを使おうとしているのですが、変数 $foo.x と $foo.y が使えません。 $_GET['foo.x'] も存在して ... 例2 ユーザーによって編集するデータ <?php echo "<textarea name='mydata'>\n" ; echo htmlspecialchars ( $ ... data ). "\n" ; echo "</textarea>" ; ?> 注意 : ブラウザはエスケープされたシンボ ... 場合 <?php echo '<a href="' . htmlspecialchars ( "/nextpage.php?stage=23&data=" . urlencode ( $data )) . ...
https://man.plustar.jp/php/faq.html.html - [similar]
画像の解像度を取得/設定する 3886
« imagerectangle imagerotate » PHP Manual GD および Image 関数 画像の解像度を取得/設定する image ... ageresolution ( GdImage $image , ? int $resolution_x = null , ? int $resolution_y = null ): array | boo ... た場合は、 現在の解像度を配列で返します。 resolution_x だけが null でない場合、 垂直/水平方向の解像度がこ ... 画像作成関数が返す GdImage オブジェクト。 resolution_x 水平方向の解像度をDPI単位で指定します。 resolution ... 返します。 変更履歴 バージョン 説明 8.0.0 resolution_x と resolution_y は、nullable になりました。 例 例1 ...
https://man.plustar.jp/php/function.imageresolution.html - [similar]
三次元のボタン風の効果をシミュレートする 3886
« Gmagick::radialblurimage Gmagick::read » PHP Manual Gmagick 三次元のボタン風の効果をシミュレー ... gick::raiseimage ( int $width , int $height , int $x , int $y , bool $raise ): Gmagick 画像の輪郭を明る ... 明るくする範囲の幅。 height 明るくする範囲の高さ。 x X 座標。 y Y 座標。 raise ゼロ以外の値を指定すると ... ェクトを返します。 エラー / 例外 エラー時に GmagickException をスローします。 関連キーワード: 効果 , 三次 ...
https://man.plustar.jp/php/gmagick.raiseimage.html - [similar]
はじめに 3886
« Solr インストール/設定 » PHP Manual Solr はじめに はじめに Solr エクステンションにより、PHP で ... つライブラリです。 PECL 拡張モジュールのバージョン 1.x は、Apache Solr Server 1.3 から 3.x までをサポート ... します。 PECL 拡張モジュールのバージョン 2.x は、Apache Solr Server 4.0 以降をサポートします。 ...
https://man.plustar.jp/php/intro.solr.html - [similar]
画像セクションの ImagickPixelIterator を取得する 3856
« Imagick::getPixelIterator Imagick::getPointSize » PHP Manual Imagick 画像セクションの ImagickP ... ixelIterator を取得する Imagick::getPixelRegionIterat ... or (PECL imagick 2, PECL imagick 3) Imagick::getPixelRegionIterator — 画像セクションの ImagickPixelIte ... rator を取得する 説明 public Imagick::getPixelRegionIterator ( int $x , int $y , int $columns , ... int $rows ): ImagickPixelIterator 画像セクションの ImagickPixelIterator を ...
https://man.plustar.jp/php/imagick.getpixelregioniterator.html - [similar]
String representation of the cursor ID 3856
« MongoDB\Driver\CursorId::serialize MongoDB\Driver\CursorId::unserialize » PHP Manual MongoDB\D ... ID. 例 例1 MongoDB\Driver\CursorId::__toString() example <?php /* In this example, we insert several d ... MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $bulk -> ... insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.colle ... ction' , $bulk ); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); var_dump ( ...
https://man.plustar.jp/php/mongodb-driver-cursorid.tostring.html - [similar]
Creates a new map by intersecting keys with another map 3826
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... oved that are not also in the other map . A ∩ B = {x : x ∈ A ∧ x ∈ B} 注意 : Values from the current in ... ersection on Wikipedia 例 例1 Ds\Map::intersect() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" = ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Creates a new map using values from the current instance and another map 3826
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... nce as well as the pairs of another map . A ∪ B = {x: x ∈ A ∨ x ∈ B} 注意 : Values of the current insta ... Also » Union on Wikipedia 例 例1 Ds\Map::union() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" = ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
特定色で塗りつぶす 3826
« imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil ... ぶす 説明 imagefilltoborder ( GdImage $image , int $x , int $y , int $border_color , int $color ): bool ... で指定した色を境界色として塗りつぶし を行います。( x , y )が 塗りつぶしの始点(左上が0, 0)で、領域内を c ... のような画像作成関数が返す GdImage オブジェクト。 x 開始位置の x 座標。 y 開始位置の y 座標。 border_c ...
https://man.plustar.jp/php/function.imagefilltoborder.html - [similar]
指定した変数に関する情報を解りやすく出力する 3826
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... 数に関する情報を解りやすく出力する 説明 print_r ( mixed $value , bool $return = false ): string | bool p ... 式で表示します。 print_r() 、 var_dump() および var_export() は、オブジェクトの protected および private ... 'a' => 'apple' , 'b' => 'banana' , 'c' => array ( 'x' , 'y' , 'z' )); print_r ( $a ); ?> </pre> 上の例の ... ( [a] => apple [b] => banana [c] => Array ( [0] => x [1] => y [2] => z ) ) </pre> 例2 return 引数の例 < ...
https://man.plustar.jp/php/function.print-r.html - [similar]