亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

您的位置:首頁技術文章
文章詳情頁

php&java(二)

瀏覽:7日期:2024-02-27 09:10:32
例子1:創建和使用你自己的JAVA類 創建你自己的JAVA類非常容易。新建一個phptest.java文件,將它放置在你的java.class.path目錄下,文件內容如下: public class phptest{ /** * A sample of a class that can work with PHP * NB: The whole class must be public to work,;;* and of course the methods you wish to call * directly. * * Also note that from PHP the main method * will not be called;;;*/ public String foo; /** * Takes a string and returns the result * or a msg saying your string was empty */ public String test(String str) {;;;;if(str.equals("")) { ;;;;;;str = "Your string was empty. ";;;;;};;;;return str;;;;} /** * whatisfoo() simply returns the value of the variable foo. */;;;public String whatisfoo() {;;;;return "foo is " + foo;;;;} /** * This is called if phptest is run from the command line with * something like *;;java phptest * or *;;java phptest hello there */ public static void main(String args[]) { phptest p = new phptest(); ;;;;;if(args.length == 0) { String arg = ""System.out.println(p.test(arg)); }else{ for (int i=0; i < args.length; i++) { String arg = args[i]; System.out.println(p.test(arg));;;;} } } } 創建這個文件后,我們要編譯好這個文件,在DOS命令行使用javac phptest.java這個命令。 為了使用PHP測試這個JAVA類,我們創建一個phptest.php文件,內容如下: <?php $myj = new Java("phptest"); echo "Test Results are <b>" . $myj->test("Hello World") . "</b>"; $myj->foo = "A String Value" echo "You have set foo to <b>";;;. $myj->foo . "</b><br>n" echo "My java method reports: <b>" . $myj->whatisfoo() . "</b><br>n";?> 如果你得到這樣的警告信息:java.lang.ClassNotFoundException error ,這就意味著你的phptest.class文件不在你的java.class.path目錄下。 注意的是JAVA是一種強制類型語言,而PHP不是,這樣我們在將它們融合時,容易導致錯誤,于是我們在向JAVA傳遞變量時,要正確指定好變量的類型。如:$myj->foo = (string) 12345678; or $myj->foo = "12345678"這只是一個很小的例子,你可以創建你自己的JAVA類,并使用PHP很好的調用它!
標簽: Java
主站蜘蛛池模板: 日本欧美一级二级三级不卡 | 波多野结衣一区二区三区高清在线 | 欧美 在线 成 人怡红院 | 成人免费手机在线看网站 | 国产日本欧美亚洲精品视 | 亚洲精品久久精品h成人 | 国产成人精品亚洲一区 | 性刺激欧美三级在线现看中文 | 另类欧美日韩 | 欧美日韩顶级毛片www免费看 | 精品国产三级a | 男女视频在线观看免费 | 久久韩国 | 加勒比综合在线 | 91精品人成在线观看 | 性做久久久久久免费观看 | 真实国产乱人伦在线视频播放 | 精品三级在线观看 | 欧美人牲囗毛片 | 久久免费精品视频在线观看 | 国产永久高清免费动作片www | 亚洲国产成人最新精品资源 | 国产精品亚洲天堂 | 亚洲成aⅴ人片在线影院八 亚洲成av人片在线观看 | 一 级 黄 色 大片 | 国产在线精品一区免费香蕉 | www.黄色免费| 午夜两性视频 | 一级一毛片a级毛片欧美 | 夜色爽爽| 久久精品免费全国观看国产 | 精品国产品国语在线不卡丶 | 蜜桃日本一道无卡不码高清 | 国产精品99久久99久久久看片 | 日韩美女一级毛片 | 日韩黄色免费观看 | 成人免费观看视频久爱网 | 免费一级欧美毛片 | 亚洲国产天堂久久综合图区 | 成 人 黄 色 大 片 | 免费一看一级欧美 |