array_shift
array_shift — Shift an element off the beginning of array.Description
array_shift( array &$array ): mixedarray_shift() shifts the first value of the array off and returns it, shortening the array by one element and moving everything down. All numerical array keys will be modified to start counting from zero while literal keys won't be affected.
Note: This function will reset() the array pointer of the input array after use.
Parameters
array
The input array.
Return Values
Returns the shifted value, or null if array is empty or is not an array.More information about array_shift on official PHP documentation site
array_shift - Popular snippets
- PHP 8.0 / MySQL 8.0 array_shift
last run:
2022-10-05 21:20:30
9
- PHP 8.0 / MySQL 5.7 array_map explode array_shift implode array_keys array_combine array_values var_export
last run:
2023-07-25 23:19:25
9
- PHP 8.1 / MySQL 5.7 count array_key_exists array_shift ksort var_dump
last run:
2022-08-02 06:36:53
8
- PHP 8.1 / MySQL 5.7 count array_key_exists array_shift ksort json_encode
last run:
2022-07-31 17:03:37
7
- PHP 5.6 / MySQL 5.7 array_shift sort preg_match
last run:
2022-03-31 06:16:50
6
- PHP 8.1 / MySQL 5.7 array_sum end array_shift date print_r count round
last run:
2023-11-15 16:54:31
5
- PHP 8.1 / MySQL 5.7 preg_match array_shift array_combine print_r
last run:
2022-11-11 08:58:36
4
- PHP 8.1 / MySQL 5.7 count printf array_shift print_r
last run:
2022-07-31 13:59:14
4
- PHP 7.4 / MySQL 5.7 array_shift sort preg_match
last run:
2022-03-31 04:57:01
4
- PHP 8.0 / MySQL 5.7 preg_match_all reset array_reduce trim array_shift
last run:
2021-11-26 13:24:37
4
array_shift - New snippets
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:54:29
2
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:52:56
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:49:32
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:49:12
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:48:28
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:47:32
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:46:35
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:46:12
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:45:32
1
-
PHP 8.2.13 / MySQL 8.0 Sakila (ReadOnly) array_shift max
added at:
2024-10-17 15:45:26
1