github.com/Jazz-Man/FormatHtml
源代码
问题
安装: 6
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 2
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 15f8d470f18c6c68f56a5ace97e88db16404f0c7
This package is auto-updated.
Last update: 2024-09-10 11:11:42 UTC
composer require jazzman/format-html
$string = '<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> </body> </html>'; app_html_formatter($string);