Utils
Table of Contents
| csrf() | mixed | |
|---|---|---|
| method_field() | mixed | |
| tidy_path() | mixed | |
| root_path() | mixed | |
| base_path() | mixed | |
| view_path() | mixed | |
| data_path() | mixed | |
| get_http() | mixed | |
| auth_proxy() | mixed | |
| guzzle_get_contents() | mixed | |
| spread_url() | mixed | |
| parse_keyless_query() | mixed | |
| clean_array_from_string() | mixed |
Methods
csrf()
public
static csrf(
)
: mixed
Return values
mixedmethod_field()
public
static method_field(
$method :
mixed
)
: mixed
Parameters
- $method : mixed
Return values
mixedtidy_path()
public
static tidy_path(
[ $path :
mixed
= '' ]
)
: mixed
Parameters
- $path : mixed = ''
Return values
mixedroot_path()
public
static root_path(
[ $path :
mixed
= '' ]
)
: mixed
Parameters
- $path : mixed = ''
Return values
mixedbase_path()
public
static base_path(
[ $path :
mixed
= '' ]
)
: mixed
Parameters
- $path : mixed = ''
Return values
mixedview_path()
public
static view_path(
[ $path :
mixed
= '' ]
)
: mixed
Parameters
- $path : mixed = ''
Return values
mixeddata_path()
public
static data_path(
[ $file :
mixed
= '' ]
)
: mixed
Parameters
- $file : mixed = ''
Return values
mixedget_http()
public
static get_http(
$url :
mixed
)
: mixed
Parameters
- $url : mixed
Return values
mixedauth_proxy()
public
static auth_proxy(
)
: mixed
Return values
mixedguzzle_get_contents()
public
static guzzle_get_contents(
$url :
mixed
)
: mixed
Parameters
- $url : mixed
Return values
mixedspread_url()
public
static spread_url(
$str :
mixed
)
: mixed
Parameters
- $str : mixed
Return values
mixedparse_keyless_query()
public
static parse_keyless_query(
$str :
mixed
)
: mixed
Parameters
- $str : mixed
Return values
mixedclean_array_from_string()
public
static clean_array_from_string(
$str :
mixed
[, $delimiter :
mixed
= "," ]
)
: mixed
Parameters
- $str : mixed
- $delimiter : mixed = ","