Is PHP compiled or interpreted language 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Edinburgh, Lives in Edinburgh, Scotland.
The PHP language is interpreted. The binary that lets you interpret PHP is compiled, but what you write is interpreted. Both. PHP is compiled down to an intermediate bytecode that is then interpreted by the runtime engine.
2023-05-11 06:45:53
评论(499)
Helpful(122)
Helpful
Helpful(2)

Zoe Lee
QuesHub.com delivers expert answers and knowledge to you.
The PHP language is interpreted. The binary that lets you interpret PHP is compiled, but what you write is interpreted. Both. PHP is compiled down to an intermediate bytecode that is then interpreted by the runtime engine.