検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for stamp (0.004 sec.)
imagecopymerge による半透明なすかしの作成 13175
« アルファチャネルを使用した、画像へのすかしの追加 GD および Image 関数 » PHP Manual 例 imagecop ... .jpeg' ); // まず、スタンプ画像を GD で作成します $stamp = imagecreatetruecolor ( 100 , 70 ); imagefilledre ... ctangle ( $stamp , 0 , 0 , 99 , 69 , 0x0000FF ); imagefilledrectang ... le ( $stamp , 9 , 9 , 90 , 60 , 0xFFFFFF ); imagestring ( $sta ... 5 , 20 , 20 , 'libGD' , 0x0000FF ); imagestring ( $stamp , 3 , 20 , 40 , '(c) 2007-9' , 0x0000FF ); // スタ ...
https://man.plustar.jp/php/image.examples.merged-watermark.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 11270
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネ ... プと、それをすかしとして適用する写真を読み込みます $stamp = imagecreatefrompng ( 'stamp.png' ); $im = imagec ... right = 10 ; $marge_bottom = 10 ; $sx = imagesx ( $stamp ); $sy = imagesy ( $stamp ); // スタンプ画像を写真 ... を元にスタンプの位置を決定します imagecopy ( $im , $stamp , imagesx ( $im ) - $sx - $marge_right , imagesy ( ... $im ) - $sy - $marge_bottom , 0 , 0 , imagesx ( $stamp ), imagesy ( $stamp )); // 出力し、メモリを開放しま ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
Returns the timestamp component of this ObjectIdInterface 8214
« MongoDB\BSON\ObjectIdInterface MongoDB\BSON\ObjectIdInterface::__toString » PHP Manual MongoDB ... \BSON\ObjectIdInterface Returns the timestamp component of this ObjectIdInterface MongoDB\BSON\O ... bjectIdInterface::getTimestamp (mongodb >=1.3.0) MongoDB\BSON\ObjectIdInterface:: ... getTimestamp — Returns the timestamp component of this ObjectId ... ract public MongoDB\BSON\ObjectIdInterface::getTimestamp (): int パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/mongodb-bson-objectidinterface.gettimestamp.html - [similar]
The MongoDB\BSON\ObjectIdInterface interface 8160
« MongoDB\BSON\MinKeyInterface MongoDB\BSON\ObjectIdInterface::getTimestamp » PHP Manual MongoDB ... dInterface { /* メソッド */ abstract public getTimestamp (): int abstract public __toString (): string } 目 ... 次 MongoDB\BSON\ObjectIdInterface::getTimestamp — Returns the timestamp component of this ObjectId ... 関連キーワード: BSON , ObjectIdInterface , getTimestamp , Returns , toString , public , 概要 , hexidecimal ... , component , stamp ...
https://man.plustar.jp/php/class.mongodb-bson-objectidinterface.html - [similar]
Gets the timestamp of the first sample from rrd file 8160
« rrd_fetch rrd_graph » PHP Manual RRD 関数 Gets the timestamp of the first sample from rrd file ... first (PECL rrd >= 0.9.0) rrd_first — Gets the timestamp of the first sample from rrd file 説明 rrd_first ( ... ault value is 0. 戻り値 Integer number of unix timestamp,失敗した場合に false を返します. 関連キーワード: r ... rd , file , sample , from , stamp , of , RRD , int , RRA , raaindex ...
https://man.plustar.jp/php/function.rrd-first.html - [similar]
Returns the timestamp component of this TimestampInterface 8106
« MongoDB\BSON\TimestampInterface::getIncrement MongoDB\BSON\TimestampInterface::__toString » PH ... P Manual MongoDB\BSON\TimestampInterface Returns the timestamp component of this T ... imestampInterface MongoDB\BSON\TimestampInterface::getTimes ... tamp (mongodb >=1.3.0) MongoDB\BSON\TimestampInterface::getTimestamp — Returns the timestamp com ... ponent of this TimestampInterface 説明 abstract public MongoDB\BSON\Timesta ...
https://man.plustar.jp/php/mongodb-bson-timestampinterface.gettimestamp.html - [similar]
Returns the timestamp component of this Timestamp 8034
« MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD ... B\BSON\Timestamp Returns the timestamp component of this Timestamp ... MongoDB\BSON\Timestamp::getTimestamp (mongodb >=1.3.0) MongoDB\BSON\Times ... tamp::getTimestamp — Returns the timestamp component of this Timestam ... p 説明 final public MongoDB\BSON\Timestamp::getTimestamp (): int The timestamp component of a ...
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html - [similar]
Returns the timestamp component of this ObjectId 7980
« MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B ... SON\ObjectId Returns the timestamp component of this ObjectId MongoDB\BSON\ObjectId:: ... getTimestamp (mongodb >=1.2.0) MongoDB\BSON\ObjectId::getTimest ... amp — Returns the timestamp component of this ObjectId 説明 final public Mongo ... DB\BSON\ObjectId::getTimestamp (): int The timestamp component of an ObjectId is ...
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 7711
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... rmat() 説明 strftime ( string $format , ? int $timestamp = null ): string | false ローカルの時刻・日付を、ロ ... 子は macOS 版の実装ではサポートされていません。 timestamp オプションのパラメータ timestamp は、 int 型の Uni ... x タイムスタンプです。 timestamp が指定されなかったり、 null だった場合のデフォルト ... トは time() の返り値となります。 戻り値 指定した timestamp または timestamp が指定されていない場合に現在のロー ...
https://man.plustar.jp/php/function.strftime.html - [similar]
PREV 1 NEXT