fawno/sanitize
最新稳定版本:2411.16.2
Composer 安装命令:
composer require fawno/sanitize
包简介
Simple PHP function for sanitize strings
关键字:
README 文档
README
sanitize
Simple PHP function for sanitize strings
Table of contents
Installation
Composer install
You can install this plugin into your application using composer:
-
Add fawno/sanitize package to your project:
composer require fawno/sanitize
-
Load the function Fawno\sanitize in your project
<?php require 'vendor/autoload.php'; use function Fawno\sanitize;
Manual install
- Download sanitize.php and save it to an accessible path of your project.
- Load the function Fawno\sanitize in your project
<?php require 'sanitize.php'; use function Fawno\sanitize;
Usage
use function Fawno\sanitize; echo sanitize('Álava');
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-16