Flow PHP

Deprecated

Table of Contents

src/lib/array-dot/src/Flow/ArrayDot/array_dot.php

array_dot.php

Line Element Reason
146 array_dot_get_int()

Use array_dot_get() with type_integer() instead.

158 array_dot_get_string()

Use array_dot_get() with type_string() instead.

170 array_dot_get_bool()

Use array_dot_get() with type_boolean() instead.

182 array_dot_get_float()

Use array_dot_get() with type_float() instead.

194 array_dot_get_datetime()

Use array_dot_get() with type_datetime() instead.

214 array_dot_get_enum()

Use array_dot_get() together with BackedEnum::tryFrom() instead.

Search results