我正在寻找类似HttpResponseCode::FileNotFound=> 404,HttpResponseCode::OK=> 200的东西
我搜索了"php http状态代码列表","php http状态代码枚举"并且无法找到任何内容.
php 字符串类型的正式名称是什么?
它是像 c# 这样的“字符串”,还是像 Java 那样的“字符串”,或者两者之一?
我在http://php.net/manual/en/language.types.string.php 中找不到它
我想用它来严格输入我的函数
function getImageName() : string;
Run Code Online (Sandbox Code Playgroud)
或者
function getImageName() : String;
Run Code Online (Sandbox Code Playgroud)