検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1032 for example (0.026 sec.)
新しい画像をファイルあるいは URL から作成する 3235
« imagecreatefromavif imagecreatefromgd2 » PHP Manual GD および Image 関数 新しい画像をファイルあ ... P ファイルを読み込み $im = imagecreatefrombmp ( './example.bmp' ); // デフォルト設定で PNG ファイルへ変換 ima ... gepng ( $im , './example.png' ); imagedestroy ( $im ); ?> 関連キーワード: 画 ...
https://man.plustar.jp/php/function.imagecreatefrombmp.html - [similar]
新しい画像をファイルあるいは URL から作成する 3235
« imagecreatefromwebp imagecreatefromxpm » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ァイルを読み込みます $xbm = imagecreatefromxbm ( './example.xbm' ); // それを png ファイルに変換します imagepn ... g ( $xbm , './example.png' ); imagedestroy ( $xbm ); ?> 関連キーワード: ...
https://man.plustar.jp/php/function.imagecreatefromxbm.html - [similar]
指定したメールボックス、ホスト、個人情報を、 電子メールアドレスとして適当な形式... 3235
« imap_rfc822_parse_headers imap_savebody » PHP Manual IMAP 関数 指定したメールボックス、ホスト、 ... ?php echo imap_rfc822_write_address ( "hartmut" , "example.com" , "Hartmut Holzgraefe" ); ?> 上の例の出力は以 ... 下となります。 Hartmut Holzgraefe <hartmut@example.com> 関連キーワード: アドレス , ホスト , メールボッ ...
https://man.plustar.jp/php/function.imap-rfc822-write-address.html - [similar]
クッキーを送信する 3235
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PH ... main クッキーが有効な (サブ) ドメイン。これを 'www.example.com' などのサブドメインに設定すると、 www サブドメ ... インおよびそれ自身のすべてのサブドメイン (w2.www.example.com など) でクッキーが使えるようになります。 サブド ... ーを有効にしたければ、そのドメイン自体 (この場合は 'example.com' ) を設定します。 古いブラウザの中には、非推奨 ... tCookie" , $value , time ()+ 3600 , "/~rasmus/" , "example.com" , 1 ); ?> クッキーの value の部分は、クッキー ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
ホスト公開鍵を使用して認証を行う 3235
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... 用した認証 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 , array( 'hostkey' => 'ssh-rsa' )); if ( ... ed_file ( $connection , 'remoteusername' , 'myhost.example.com' , '/usr/local/etc/hostkey_rsa.pub' , '/usr/lo ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
Add a task to get status 3235
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... tificial delay is introduced in the worker in this example to simulate a long running process. There is only ... one worker running for this example. <?php /* create our object */ $gmclient = new Gea ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
テキストへの署名 3235
« 例 GnuPG 関数 » PHP Manual 例 テキストへの署名 テキストへの署名 この例は、指定したテキストに署 ... グの内容を繰り返し処理することも可能です。 <?php // 'example' にマッチするキーを抜き出して繰り返し処理をするイテ ... 生成します $iterator = new gnupg_keylistiterator ( "example" ); foreach( $iterator as $fingerprint => $userid ...
https://man.plustar.jp/php/gnupg.examples-clearsign.html - [similar]
ステートメントの実行 3235
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... AND_FLOAT_NATIVE , 1 ); $mysqli -> real_connect ( "example.com" , "user" , "password" , "database" ); $mysqli ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
Phar アーカイブオブジェクトを作成する 3235
« Phar::compressFiles Phar::convertToData » PHP Manual Phar Phar アーカイブオブジェクトを作成する ... 動作します echo file_get_contents ( 'phar://my.phar/example.txt' ); // これも動作します echo file_get_contents ... ( 'phar:///path/to/my.phar/example.txt' ); ?> 関連キーワード: Phar , アーカイブ , 作成 ...
https://man.plustar.jp/php/phar.construct.html - [similar]
実行中のジェネレータのトレースを取得する 3235
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレ ... array(2) { [0]=> array(4) { ["file"]=> string(18) "example.php" ["line"]=> int(8) ["function"]=> string(3) "f ... y(0) { } } [1]=> array(4) { ["file"]=> string(18) "example.php" ["line"]=> int(12) ["function"]=> string(3) " ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]