You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,11 @@ util
5
5
6
6
Various PHP utilities for general use.
7
7
8
-
*#### Arrays
8
+
***Arrays**: Utility functions for arrays; also proxies many built-in php array functions, and removes the by-reference behavior found on the `*sort()` functions and some others.
9
9
10
-
Utility functions for arrays; also proxies many built-in php array functions, and removes the by-reference behavior found on the `*sort()` functions and some others.
10
+
***Json**: Encoding and decoding with sensible defaults and exception-based error handling.
11
11
12
-
*#### Json
13
-
14
-
Sensible defaults and exception-based error handling.
15
-
16
-
*#### Value
17
-
18
-
General variable handling utilties, debugging, and type/pseudotype checking.
12
+
***Value**: General variable handling utilties, debugging, and type/pseudotype checking.
0 commit comments