简体   繁体   中英

Is there any Built in function for PHP Application same as compile() in python?

I am looking for the builtin function or any integrated way in Apache or Php with same working as compile() in Python . for my PHP Application Is there any thing related to this ??

First of all this is my first answer. :)

As of I know, PHP is an interpreted language in which only that executable file(php.exe in your php installation directory) is compiled and your code is only interpreted and no inbuilt functions like python.

If you still need compile as of in python, try HHVM a virtual machine

(never used that)

and there are some third party compilers like ZZEE which compiles into a GUI exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM