Skip to content

Releases: jasny/php-functions

v4.0.0 - PHP7

06 Sep 15:52
03d4699
Compare
Choose a tag to compare

PHP7 only

  • Type checks for all functions
  • Removed some functions
  • Added / changed array_contains functions
  • Added array_find functions

v3.2.0 - Added call_user_func_named_array

03 Jul 20:14
ee00d87
Compare
Choose a tag to compare
Added call_user_func_named_array

v3.1.1 - Simplify expect_type

27 Apr 02:24
a5dc687
Compare
Choose a tag to compare
Simplify expect_type, by always throwing a `TypeError`.

In PHP 5, you must specify.

v3.1.0 - expect_type and array_join_pretty

27 Apr 01:45
e5413d5
Compare
Choose a tag to compare
Added array_join_pretty and expect_type functions

v3.0.0 - More functions

28 Jan 23:22
Compare
Choose a tag to compare

A number of string, array, type and server functions have been added.
Deprecated class functions have been removed.