English 中文(简体)
PHP :Can I 编造/建造我的网站。 NET?
原标题:PHP : Can I compile/build my site like .NET?
  • 时间:2011-04-11 02:20:17
  •  标签:
  • php

我是新到的,并致力于一个基于班级的网站。 因此,我的问题很简单。 我能否把这个网站编成像我可以在互联网上吗?

这对我来说是有助益的,因为我改变了我的“国际行动”接口,以接受一种错误的“反馈功能”,作为紧急职能的一个参数,我希望我的所有执行都能够打破这种局面,以便我能够很容易地看到改变这些功能。

提前感谢。

最佳回答

购买力平价可以汇编成册,因为你可以将其汇编成机器编码,每当你查阅档案时,就防止 par子。 加快了装甲运兵车的工作。 但你可以这样汇编。 NET DL,每个错误都事先检查。 这将违背其动态性质。 过时的约束意味着它总是在运行时间检查错误

关于你的局部问题,我建议将联检组的测试添加到你的项目中。 它们是:All 是任何途径的,将有助于你在接口执行方面发现错误。 我个人无法生活。 你们可能要检查PHPUnit或简单的试验。

EDIT 为了理解为什么PHP能够检查你的错误,只是检查这部法律。

if ($_GET[ impl ] ==  interface1 ) {
    interface MyInterface {
        function foo($var);
    }
} else {
    interface MyInterface {
        function bar($var, $var2);
    }
}

class Implementation implements MyInterface { //Will crash or not depending on the URL!
    function foo($var) {}
}
问题回答

是的,不是。 见:

您的“组合”PHP代码吗?

而且:

http://www.phpcompiler.org/

而且:

http://www.scriptol.com/apollo.php

有一个与时滞有关的开放专题。

您的“组合”PHP代码吗?

诸如Facebook rewrote PHP prtime或其中一部分,以便它们能够编篡《加拿大刑法》或其他来源代码,无论你喜欢多少。

HipHop for PHP

它并非易事。 但你可以这样做。

Not to my knowledge. PHP is a script language.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签