検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1032 for example (0.063 sec.)
指定した矩形に画像をクロップする 3144
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... 法を示すものです。 <?php $im = imagecreatefrompng ( 'example.png' ); $size = min ( imagesx ( $im ), imagesy ( $ ... ize ]); if ( $im2 !== FALSE ) { imagepng ( $im2 , 'example-cropped.png' ); imagedestroy ( $im2 ); } imagedest ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
include 3144
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... です。 例3 HTTP経由の include <?php /* この例は www.example.com が.phpはPHPスクリプトとして扱い、.txtは通常の ... 可能である、ということです。 */ // 動作しません: www.example.com では file.txt はPHPコードとして解釈されません。 ... include 'http://www.example.com/file.txt?foo=1&bar=2' ; // 動作しません: 'file ... foo=1&bar=2' ; // 動作します。 include 'http://www.example.com/file.php?foo=1&bar=2' ; ?> 警告 セキュリティの ...
https://man.plustar.jp/php/function.include.html - [similar]
MQSeries MQCONNX 3144
« mqseries_conn mqseries_disc » PHP Manual mqseries 関数 MQSeries MQCONNX mqseries_connx (PECL m ... e. 戻り値 値を返しません。 例 例1 mqseries_connx() example <?php $mqcno = array( 'Version' => MQSERIES_MQCNO_ ... rror ( $reason )); exit; } ?> 例2 mqseries_connx() example using SSL connection & OCSP Responder URL <?php $m ...
https://man.plustar.jp/php/function.mqseries-connx.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 3144
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... した場合に false を返します。 例 例1 sqlsrv_commit() example The following example demonstrates how to use sqls ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
Makes the next row in a result set available for reading 3144
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... more rows in the result set. 例 例1 sqlsrv_fetch() example The following example demonstrates how to retrieve ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
Gets field data from the currently selected row 3144
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... Returns false otherwise. 例 例1 sqlsrv_get_field() example The following example demonstrates how to retrieve ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
ストリームコンテキストを作成する 3144
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... $opts ); /* 上のヘッダと共に http リクエストを www.example.com に対して 送出します */ $fp = fopen ( 'http://w ... ww.example.com' , 'r' , false , $context ); fpassthru ( $fp ) ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
デフォルトのストリームコンテキストを設定する 3144
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... ream_context_set_default ( $default_opts ); /* www.example.com に対する通常の GET リクエストを、プロキシサーバ ... ault_opts を使用します。 */ readfile ( 'http://www.example.com' ); ?> 参考 stream_context_create() - ストリー ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
残りのストリームを文字列に読み込む 3144
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に ... ts() の例 <?php if ( $stream = fopen ( 'http://www.example.com' , 'r' )) { // オフセット 10 から開始して、残り ... ( $stream ); } if ( $stream = fopen ( 'http://www.example.net' , 'r' )) { // 最初の 5 バイトを表示します ech ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
Sends changes from the local working copy to the repository 3144
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... committer ) Returns false on failure. 例 例1 Basic example This example commits the calculator directory to a ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]