extend/fastForm.php

Classes

Form 表单元素生成
FormBuilder 表单元素生成
Arr

Functions

array_get()

array_get(\ArrayAccess|array  $array, string  $key, mixed  $default = null) : mixed

Get an item from an array using "dot" notation.

Parameters

\ArrayAccess|array $array
string $key
mixed $default

Returns

mixed

e()

e(  $value) : string

Escape HTML special characters in a string.

Parameters

$value

Returns

string

array_except()

array_except(array  $array, array|string  $keys) : array

Get all of the given array except for a specified array of items.

Parameters

array $array
array|string $keys

Returns

array