htmlspecialchars() 的简写。

0.1.0 2015-09-06 03:31 UTC

This package is auto-updated.

Last update: 2024-09-25 15:29:26 UTC


README

htmlspecialchars() 的简写。

安装

{
    "require": {
        "tomk79/h": "*"
    }
}

使用

echo( h('<q>HTML String</q>') ); // Same as result of `htmlspecialchars()`