From: <php...@li...> - 2012-07-17 17:36:47
|
Hi, I'm using this in my PHP file: $javaClass = new java_class("my.project.MyClass"); Then I delete the MyClass.class file, and the program still runs. How is this possible? Are class files stored somewhere? Thanks AC |