検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 927 for create (0.031 sec.)
新しいメールボックスを作る 2938
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... PHP 4, PHP 5, PHP 7, PHP 8) imap_createmailbox — 新しいメールボックスを作る 説明 imap_crea ... AP\Connection $imap , string $mailbox ): bool imap_createmailbox() は mailbox で指定された新しいメールボック ... ンでは、 リソース が期待されていました。 例 例1 imap_createmailbox() example <?php $mbox = imap_open ( "{imap. ... それを削除して // もとの状態に戻します。 if (@ imap_createmailbox ( $mbox , imap_utf7_encode ( "{imap.example ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
Description 2938
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... kernelType , string $kernelString ): ImagickKernel Create a kernel from a builtin in kernel. See http://www. ... 'png' ); $kernel -> drawImage ( $imagickDraw ); /* create drop shadow on it's own layer */ $canvas = $kernel ... ImageFormat ( 'png' ); return $canvas ; } function createFromBuiltin ( $kernelType , $kernelFirstTerm , $ker ... SecondTerm , $kernelThirdTerm ) { $diamondKernel = createFromBuiltin ( $kernelType , $kernelFirstTerm , $ker ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 2938
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... array $matrix , array $origin = ? ): ImagickKernel Create a kernel from an 2d matrix of values. Each value s ... 'png' ); $kernel -> drawImage ( $imagickDraw ); /* create drop shadow on it's own layer */ $canvas = $kernel ... ImageFormat ( 'png' ); return $canvas ; } function createFromMatrix () { $matrix = [ [ 0.5 , 0 , 0.2 ], [ 0 ... urn $kernel ; } function fromMatrix () { $kernel = createFromMatrix (); $imagick = renderKernel ( $kernel ); ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
IntlDateFormatter で使用する寛大さを取得する 2938
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter Int ... 例1 datefmt_is_lenient() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... t_set_lenient() - パーサの寛大さを設定する datefmt_create() - Date Formatter を作成する 関連キーワード: Intl ...
https://man.plustar.jp/php/intldateformatter.islenient.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 2938
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... 例1 datefmt_localtime() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... : 365 , tm_mon : 11 , tm_isdst : 0 , 参考 datefmt_create() - Date Formatter を作成する datefmt_format() - 日 ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
リソース型 2938
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 Mailparse は、 リ ... tructure を定義しています。 これは、 mailparse_msg_create() や mailparse_msg_parse_file() から返されるもので ...
https://man.plustar.jp/php/mailparse.resources.html - [similar]
Create a new Query 2938
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... ngodb >=1.0.0) MongoDB\Driver\Query::__construct — Create a new Query 説明 final public MongoDB\Driver\Query ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
コレクションにドキュメントを追加する 2938
« mysql_xdevapi\Collection Collection::addOrReplaceOne » PHP Manual mysql_xdevapi\Collection コレ ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $colle ...
https://man.plustar.jp/php/mysql-xdevapi-collection.add.html - [similar]
コレクションのドキュメントを追加または置換する 2938
« Collection::add Collection::__construct » PHP Manual mysql_xdevapi\Collection コレクションのド ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $colle ...
https://man.plustar.jp/php/mysql-xdevapi-collection.addorreplaceone.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 2938
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... i_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE myCountry LIKE Country" ); $mysqli -> query ... nnect_error ()); exit(); } mysqli_query ( $link , "CREATE TABLE myCountry LIKE Country" ); mysqli_query ( $l ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]