検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 466 for 手続き (0.026 sec.)
指定した書式でフォーマットした日付を返す 3985
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし ... teTimeInterface::format ( string $format ): string 手続き型 date_format ( DateTimeInterface $object , string ... でフォーマットした日付を返します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト f ... -01' ); echo $date -> format ( 'Y-m-d H:i:s' ); ?> 手続き型 <?php $date = date_create ( '2000-01-01' ); echo ...
https://man.plustar.jp/php/datetime.format.html - [similar]
新しい DateTimeZone オブジェクトを作成する 3985
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... lic DateTimeZone::__construct ( string $timezone ) 手続き型 timezone_open ( string $timezone ): DateTimeZone ... )。 戻り値 成功した場合に DateTimeZone を返します。 手続き型 の場合は、失敗したときに false を返します。 エラー ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
新しい fileinfo インスタンスを作成する 3985
« finfo_file finfo_set_flags » PHP Manual Fileinfo 関数 新しい fileinfo インスタンスを作成する f ... ruct — 新しい fileinfo インスタンスを作成する 説明 手続き型 finfo_open ( int $flags = FILEINFO_NONE , ? strin ... g.txt" ; echo $finfo -> file ( $filename ); ?> 例2 手続き型 <?php $finfo = finfo_open ( FILEINFO_MIME , "/usr ...
https://man.plustar.jp/php/function.finfo-open.html - [similar]
サーバーから項目を取得する 3985
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Me ... を返します。 例 例1 Memcache::get() の例 <?php /* 手続き型の API */ $memcache_obj = memcache_connect ( 'memc ... 、 結果の配列の中にはそのキーは含まれません。 */ /* 手続き型の API */ $memcache_obj = memcache_connect ( 'memc ...
https://man.plustar.jp/php/memcache.get.html - [similar]
プリペアドステートメントの振る舞いを変更する 3985
« mysqli_stmt::attr_get mysqli_stmt::bind_param » PHP Manual mysqli_stmt プリペアドステートメント ... mt::attr_set ( int $attribute , int $value ): bool 手続き型 mysqli_stmt_attr_set ( mysqli_stmt $statement , i ... には、この関数を複数回コールします。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ...
https://man.plustar.jp/php/mysqli-stmt.attr-set.html - [similar]
mysql サーバーとの接続をオープンする 3985
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... = ? , string $socket = ? , int $flags = ? ): bool 手続き型 mysqli_real_connect ( mysqli $link , string $host ... 。 flags パラメータが使用できます。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ' . $db -> host_info . "\n" ; $db -> close (); ?> 手続き型 <?php $link = mysqli_init (); if (! $link ) { die ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
タイムゾーンの変遷を返す 3904
« DateTimeZone::getOffset DateTimeZone::listAbbreviations » PHP Manual DateTimeZone タイムゾーン ... , int $timestampEnd = PHP_INT_MAX ): array | false 手続き型 timezone_transitions_get ( DateTimeZone $object , ... d = PHP_INT_MAX ): array | false パラメータ object 手続き型のみ: timezone_open() が返す DateTimeZone オブジェ ...
https://man.plustar.jp/php/datetimezone.gettransitions.html - [similar]
新規に MySQL サーバーへの接続をオープンする 3904
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... $socket = ini_get("mysqli.default_socket") ): void 手続き型 mysqli_connect ( string $hostname = ini_get("mysq ... intf ( "Success... %s\n" , $mysqli -> host_info ); 手続き型 <?php /* You should enable error reporting for my ... ception ( 'mysqli error: ' . $mysqli -> error ); } 手続き型 <?php error_reporting ( 0 ); mysqli_report ( MYSQ ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
直近のクエリから結果セットを転送する 3904
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... re_result ( int $mode = 0 ): mysqli_result | false 手続き型 mysqli_store_result ( mysqli $mysql , int $mode = ... クエリ から結果セットを転送します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]
Stop and destory a timer. 3904
« Swoole\Server::bind Swoole\Server::close » PHP Manual Swoole\Server Stop and destory a timer. ... Swoole\Server::clearTimer ( int $timer_id ): void 手続き型: swoole_timer_clear ( int $timer_id ): void Stop ...
https://man.plustar.jp/php/swoole-server.cleartimer.html - [similar]