To summarize here, the extensions that are often used in development are used for daily PHP development work
bcmath(精确数值处理) bz2 calendar Core ctype curl date dom ereg exif fileinfo filter ftp gettext hash iconv igbinaryinotify 文件监控 json libxml mbstring mhash mysql mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix readline redis Redis缓存 Reflection session shmop SimpleXML sockets SPL sqlite3 standard sysvmsg sysvsem sysvshmswoole 通信引擎 tokenizer wddx xml xmlreader xmlwriter xslyaf YAF框架必须 zip zlib
Commonly used related commands:
1. View the extended configuration information
php -ri swoole
2. View the PHP configuration information
php - -ini
3. Parse and execute a file
php -f filename
For more PHP related technical articles, please visitPHP tutorial column to learn!
The above is the detailed content of What are the commonly used extensions for PHP?. For more information, please follow other related articles on the PHP Chinese website!