検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 149 for source (0.010 sec.)
DB2 データベースクライアントの情報をプロパティに保持するオブジェクトを返す 5797
« db2_bind_param db2_close » PHP Manual IBM DB2 関数 DB2 データベースクライアントの情報をプロパテ ... 保持するオブジェクトを返す 説明 db2_client_info ( resource $connection ): object この関数は、DB2 データベース ... CONN_CODEPAGE int 現在の接続のコードページ。 DATA_SOURCE_NAME string 現在のデータベース接続に使用されている ... " ; var_dump ( $client -> DRIVER_VER ); echo "DATA_SOURCE_NAME: " ; var_dump ( $client -> DATA_SOURCE_NAME ) ... libdb2.a" DRIVER_VER: string(10) "08.02.0001" DATA_SOURCE_NAME: string(6) "SAMPLE" DRIVER_ODBC_VER: string(5 ...
https://man.plustar.jp/php/function.db2-client-info.html - [similar]
ある画像を別の画像に合成する 5797
« Gmagick::commentimage Gmagick::__construct » PHP Manual Gmagick ある画像を別の画像に合成する G ... する 説明 public Gmagick::compositeimage ( Gmagick $source , int $COMPOSE , int $x , int $y ): Gmagick ある画 ... を、別の画像の指定した位置に合成します。 パラメータ source 合成する画像を保持する Gmagick オブジェクト。 comp ...
https://man.plustar.jp/php/gmagick.compositeimage.html - [similar]
Update the RRD database file 5797
« RRDUpdater::__construct ScoutAPM » PHP Manual RRDUpdater Update the RRD database file RRDUpdat ... es. パラメータ values Data for update. Key is data source name. time Time value for updating the RRD with a ... new RRDUpdater ( "speed.rrd" ); //updates the data source "speed" with value "12411" //for time defined by t ...
https://man.plustar.jp/php/rrdupdater.update.html - [similar]
指定された角度で画像を回転する 5762
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... すようになりました。 これより前のバージョンでは、 resource を返していました。 8.0.0 image は、 GdImage クラス ... るようになりました。 これより前のバージョンでは、 resource が期待されていました。 8.0.0 使われていなかった ig ... eader ( 'Content-type: image/jpeg' ); // 読み込み $source = imagecreatefromjpeg ( $filename ); // 回転 $rota ... te = imagerotate ( $source , $degrees , 0 ); // 出力 imagejpeg ( $rotate ); / ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
Copy a function to a new function name 5762
« runkit7_function_add runkit7_function_redefine » PHP Manual runkit7 関数 Copy a function to a ... function name 説明 runkit7_function_copy ( string $source_name , string $target_name ): bool パラメータ sour ...
https://man.plustar.jp/php/function.runkit7-function-copy.html - [similar]
Change a function's name 5762
« runkit7_function_remove runkit7_import » PHP Manual runkit7 関数 Change a function's name runk ... tion's name 説明 runkit7_function_rename ( string $source_name , string $target_name ): bool 注意 : デフォル ... l_override を有効にする必要があります。 パラメータ source_name Current function name target_name New functio ...
https://man.plustar.jp/php/function.runkit7-function-rename.html - [similar]
新しい画像を Gmagick オブジェクトの画像リストに追加する 5762
« Gmagick Gmagick::addnoiseimage » PHP Manual Gmagick 新しい画像を Gmagick オブジェクトの画像リス ... に追加する 説明 public Gmagick::addimage ( Gmagick $source ): Gmagick 新しい画像を、ソースオブジェクトの現在位 ... レータの位置がリストの末尾に移動します。 パラメータ source ソース Gmagick オブジェクト。 戻り値 Gmagick オブジ ...
https://man.plustar.jp/php/gmagick.addimage.html - [similar]
新しい画像を Imagick オブジェクトの画像リストに追加する 5762
« Imagick::adaptiveThresholdImage Imagick::addNoiseImage » PHP Manual Imagick 新しい画像を Imagi ... に追加する 説明 public Imagick::addImage ( Imagick $source ): bool 元オブジェクトの現在の位置にある新しい画像 ... イテレータがリストの最後尾に移動します。 パラメータ source 元の Imagick オブジェクト。 戻り値 成功した場合に ...
https://man.plustar.jp/php/imagick.addimage.html - [similar]
Adds a Phrase Field (pf parameter) 5762
« SolrDisMaxQuery::addBoostQuery SolrDisMaxQuery::addQueryField » PHP Manual SolrDisMaxQuery Add ... raseField ( 'third' , 4 , 2 ) -> addPhraseField ( 'source' , 55 ) ; echo $dismaxQuery ; ?> 上の例の出力は、 ... ます。 q=lucene&defType=edismax&pf=cat~1^3 third~2^4 source^55 参考 SolrDisMaxQuery::removePhraseField() - Rem ...
https://man.plustar.jp/php/solrdismaxquery.addphrasefield.html - [similar]
5762
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプ ... ものです。 例1 tokenizer によるコメントの削除 <?php $source = file_get_contents ( 'example.php' ); $tokens = t ... oken_get_all ( $source ); foreach ( $tokens as $token ) { if ( is_string ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT