<?php // 300*200 の画像を作成します $img = imagecreatetruecolor(300, 200); echo imagesx($img); // 300 ?>
固有名詞の分類