1. What is language structure
Language structure: It is the keyword of the PHP language and part of the language grammar; it cannot be defined by the user or added to a language extension or library; it may or may not have variables and return values.
2. The reason why language structures execute quickly
Functions must first be decomposed into language structures by the PHP parser (Zend engine). Therefore, functions have one more layer of parser analysis than language structures, and the speed is relatively slow
3.What are the language structures in php
echo()
print()
die()
isset()
unset()
include(), note that include_once() is a function
require(), note that require_once() is a function
array()
list()
empty()
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn