検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 859 for not (0.099 sec.)
イメージの型を定義する 2860
« Exif 関数 exif_read_data » PHP Manual Exif 関数 イメージの型を定義する exif_imagetype (PHP 4 > ... のバイト数を読み込めない場合、 exif_imagetype() は E_NOTICE を発行して false を返します。 変更履歴 バージョ ... e.gif' ) != IMAGETYPE_GIF ) { echo 'The picture is not a gif' ; } ?> 参考 image_type_to_mime_type() - get ...
https://man.plustar.jp/php/function.exif-imagetype.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 2860
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... nd executed successfully\n" ; } else { echo "could not execute $command \n" ; } // 接続を閉じます。 ftp_c ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
生の HTTP ヘッダを送信する 2860
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... : // 1. header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found"); // (HTTP/1.0 を使いながら、httpステータス ... デフォルトのメッセージを使う) header ( "HTTP/1.1 404 Not Found" ); ?> 2 番目の特別なヘッダは、"Location:" ヘ ...
https://man.plustar.jp/php/function.header.html - [similar]
新しい画像をファイルあるいは URL から作成する 2860
« imagecreatefromxbm imagecreatetruecolor » PHP Manual GD および Image 関数 新しい画像をファイル ... etypes () & IMG_XPM )) { die( 'Support for xpm was not found!' ); } // 画像インスタンスを作成します $xpm ...
https://man.plustar.jp/php/function.imagecreatefromxpm.html - [similar]
結果における各出力の長さを得る 2860
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } $row = mysq ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
指定したフィールドの長さを返す 2860
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } // データベ ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
MySQL ホスト情報を取得する 2860
« mysql_get_client_info mysql_get_proto_info » PHP Manual MySQL 関数 MySQL ホスト情報を取得する ... , 'mysql_password' ); if (! $link ) { die( 'Could not connect: ' . mysql_error ()); } printf ( "MySQL ho ...
https://man.plustar.jp/php/function.mysql-get-host-info.html - [similar]
MySQL プロトコル情報を取得する 2860
« mysql_get_host_info mysql_get_server_info » PHP Manual MySQL 関数 MySQL プロトコル情報を取得す ... , 'mysql_password' ); if (! $link ) { die( 'Could not connect: ' . mysql_error ()); } printf ( "MySQL pr ...
https://man.plustar.jp/php/function.mysql-get-proto-info.html - [similar]
MySQL サーバー情報を取得する 2860
« mysql_get_proto_info mysql_info » PHP Manual MySQL 関数 MySQL サーバー情報を取得する mysql_get ... , 'mysql_password' ); if (! $link ) { die( 'Could not connect: ' . mysql_error ()); } printf ( "MySQL se ...
https://man.plustar.jp/php/function.mysql-get-server-info.html - [similar]
結果におけるフィールドの数を得る 2860
« mysql_list_tables mysql_num_rows » PHP Manual MySQL 関数 結果におけるフィールドの数を得る mysq ... WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } /* id,email ...
https://man.plustar.jp/php/function.mysql-num-fields.html - [similar]