php class Sample { // staticメソッド public static function printTest() { print "staticメソッド"; } } Sample::printTest(); ?> [実行結果] static ...
確定! 回上一頁