A shorthand of htmlspecialchars().

Maintainers

Details

github.com/tomk79/php-h

Source

Issues

Installs: 192

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tomk79/h

0.1.0 2015-09-06 03:31 UTC

This package is auto-updated.

Last update: 2025-09-25 17:43:18 UTC


README

A shorthand of htmlspecialchars().

Install

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

Usage

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