A shorthand of htmlspecialchars().

0.1.0 2015-09-06 03:31 UTC

This package is auto-updated.

Last update: 2024-04-25 14:37:08 UTC


README

A shorthand of htmlspecialchars().

Install

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

Usage

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