[PHP]Class Example

개발관련/PHP 2012. 4. 20. 15:13 |
";
//}

if(class_exists("Person")) {
	echo "That class has been defined.
"; } else { echo "Class not defined!
"; } ?>

That class has been defined.

'개발관련 > PHP' 카테고리의 다른 글

[PHP]Class Example 3  (0) 2012.04.20
[PHP]Class Example 2  (0) 2012.04.20
[PHP]Array Functions  (0) 2012.04.20
[PHP]Access Modifiers 2  (0) 2012.04.20
[PHP]Access Modifiers  (0) 2012.04.20
Posted by 파노카페
: