simplydi/functions

一组可以在任何应用程序中使用的常见PHP函数

dev-main 2023-08-04 17:20 UTC

This package is auto-updated.

Last update: 2024-09-04 19:28:22 UTC


README

一组可以在任何应用程序中使用的常见PHP函数

可用函数

  • env(string $key):返回 $_ENV[$key] 的环境变量值。
  • esc(string $value):为了安全而转义html值
  • http_redirect(string $url):重定向到URL

可能还会添加更多函数。