Skip to main content
Submitted by admin on 12 December 2021

PHP is an interpreted language. It can be compiled to bytecode by third party-tools.

old definitions of compiled vs. interpreted does not make sense nowadays. Any programming language can be interpreted and/or compiled.

 

PHP interpreter