Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
array_unshift
array_unshift
Insert one or more units at the beginning of an array
Name:
array_unshift
Category:
Array
Programming Language:
php
One-line Description:
Insert one or more elements at the beginning of the array.
Related
Why require_once() Is Not Recommended in Large PHP Projects
1
Next_result() Typical design pattern example in use
5
How to Calculate the Number of Trailing Zeros in a Factorial Using PHP: A PHP Code Example
3
How to use is_finite and is_nan in combination
8
Similar Functions
array_diff_ukey
array_diff_ukey
Usecallbackfunctiont
reset
reset
Pointtheinnerpointer
end
end
Pointtheinnerpointer
uasort
uasort
Useuser-definedcompa
array_diff
array_diff
Calculatethedifferen
extract
extract
Importvariablesfroma
array_replace_recursive
array_replace_recursive
Recursivelyreplaceel
array_unique
array_unique
Removeduplicatevalue
Popular Articles