• The goal of this coding exercise is not necessarily to develop a highly optimized and rigorous math engine for PHP.

    这个编码练习目标不是一定PHP开发高度优化严格数学引擎

    youdao

  • While you can program a theme entirely with PHP, a theme engine provides a framework for development and can save time.

    可以完全使用PHP编写主题但是主题引擎提供了一个开发主题的框架,使用它可以节省时间

    youdao

  • Discover how to add a fast, capable, open source, and free search engine to a PHP site.

    通过本文了解如何php站点中添加一个快速高效开源免费搜索引擎

    youdao

  • For example, a PHP script might use a template engine to separate business logic from the presentation, and be considered two separate tiers.

    例如php脚本可能使用一个模板引擎业务逻辑表示分隔开,它可以看作单独层。

    youdao

  • Instead, the focus is on the components required to deliver effective search results: the database, the index, the search engine, and the PHP application program interface (API).

    相反重点讨论交付有效搜索结果所需组件数据库索引、搜索引擎PHP应用程序编程接口(API)。

    youdao

  • After couple of years of development, the PHP team will release the next generation of the PHP engine with many new language feature, such as namespaces and closures.

    经过开发PHP团队发布下一代php引擎,其中包含很多新的语言特性例如名称空间闭包

    youdao

  • The ability to use PHP to move freely between the business logic layer and the presentation layer (using the PHP template engine) was also very appealing.

    为了业务逻辑表示之间自由地移动(使用PHP模板引擎),需要掌握PHP

    youdao

  • This tells the PHP engine that you wish to instantiate a new object.

    就告诉PHP引擎希望实例化一个对象

    youdao

  • PHP is the engine that runs the application code.

    PHP运行应用程序代码引擎

    youdao

  • The PHP engine calls a constructor when the object is instantiated.

    PHP引擎实例化对象调用构造函数

    youdao

  • The PHP engine recognizes a number of "magic" methods.

    PHP引擎识别许多魔术方法

    youdao

  • Finally, you don't have to use a templating engine to create your views-just old-fashioned HTML and PHP will do.

    最后不必使用模板引擎创建视图—只需沿用旧式的HTMLphp即可。

    youdao

  • If you declare your properties private and attempt to access them from outside the class 'scope (as shown in Listing 7), the PHP engine will throw a fatal error.

    如果属性声明private试图范围外部访问(如清单7),PHP引擎抛出致命错误

    youdao

  • When the Web server receives a request for a PHP page, control passes to the PHP engine.

    Web服务器收到某个php页面请求时,它就将控制转交php引擎

    youdao

  • You can add PHP as a Common Gateway Interface (CGI) engine to most Web servers.

    PHP作为通用网关接口(Common Gateway Interface,CGI)引擎添加绝大多数Web服务器中

    youdao

  • The PHP engine loads the PHP page, executes any PHP functions within the page, then returns the resulting HTML to the Web server.

    PHP引擎装入php页面执行页面所有php函数然后生成HTML返回Web服务器。

    youdao

  • TCPDF, one of the most active projects hosted on Sourceforge.net, implements a powerful PDF-generation engine, entirely in PHP.

    TCPDF托管Sourceforge.net上活跃项目之一,其完全php实现强大的PD f生成引擎

    youdao

  • The QuercusServlet is an interface to the Quercus engine, which parses the PHP files and is usually configured as shown in Listing 3.

    QuercusServlet一个指向Quercus引擎接口解析php文件通常按照清单3所内容配置

    youdao

  • One thing to note in terms of backward-compatibility is that the class name closure is now reserved by the PHP engine for storing closures, so any classes that use that name will need to be renamed.

    关于向后兼容性值得注意一点PHP引擎现在保留closure用于存储闭包因此使用名称所有需要重命名。

    youdao

  • The example creates a simple search engine written in PHP that can index and search files using Apache Lucene.

    示例创建使用PHP编写简单搜索引擎可以使用Apache Lucene建立文件索引和进行搜索。

    youdao

  • Now you have PHP enabled in Zero, and you have the Zero extensions enabled in PHP so the Zero runtime can call the P8 engine to handle the incoming data from Web applications.

    现在已经Zero启用PHP并且启用Zero PHP扩展所以zero运行时可以调用P8引擎处理Web应用程序发送数据

    youdao

  • The Yahoo-specific information is also passed to the Teoma search engine, but is just ignored by the Teoma PHP proxy.

    Yahoo特定信息同样传递Teoma搜索引擎但是会被Teomaphp代理忽略

    youdao

  • At long last, you can now write PHP code to call the Sphinx search engine.

    最后可以编写PHP代码调用Sphinx搜索引擎

    youdao

  • For a real world example, this article steps through the creation of a simple search engine written in PHP that can index and search files using Apache Lucene.

    有关真实示例本文逐步说明使用PHP编写简单搜索引擎创建工作引擎使用Apache Lucene建立文件索引和进行搜索。

    youdao

  • We chose to use the PHPTemplate engine because it is the default engine and offers a consistent use of PHP across the logic layer, the modules, and the presentation layer.

    我们选用PHPTemplate引擎因为默认引擎一致方式逻辑模块表示使用PHP

    youdao

  • PHP can be used as its own templating engine because it supports eval function (be careful with security).

    PHP本身可以用作模板因为有eval函数。

    youdao

  • PHP as a whole consists of 3 modules (Core PHP, Zend Engine and Extension Layer)

    PHP总共三个模块:内核Zend引擎以及扩展层;

    youdao

  • From this experience, we decided that the template engine should be written in PHP as a class, for anyone to use as they see fit.

    这些经验我们决定应该Php模板引擎写成一个任何觉得合适的人使用

    youdao

  • The PHP bytecode (opcode) cache is used to store the compiled script bytecode in shared memory so that it can be re-used by PHP engine for subsequent executions of the same script.

    PHP二进制代码(操作缓存用来存储共享内存中的字节编译脚本以便可以重新通过PHP引擎用于后续执行相同的脚本。

    youdao

  • File cache - Even with the PHP opcode cache enabled, the PHP engine has to accesses the script files on a file system.

    文件缓存-即使启用PHP操作码缓存,PHP引擎访问一个文件系统脚本文件

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定