Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
PHP
:
Function Libraries
: Arrays
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
I need to make an Array of all the items in one field of my db. Any ideas?
Any better way to get the last element of an array than $array[array_pop(array_keys($array))]?
How do I read a file into an array?
What is the most efficient way to combine & extract an array of about 20 separate digits (all 0-9) in a single mysql field (e.g. 1,2,1,0,5 as 12105)?
How can I reverse a array in PHP 3.0?
Random Questions
What is the most efficient way to combine & extract an array of about 20 separate digits (all 0-9) in a single mysql field (e.g. 1,2,1,0,5 as 12105)?
What is the most efficient way to combine & extract an array of about 20 separate digits (all 0-9) in a single mysql field (e.g. 1,2,1,0,5 as 12105)?
What is the in_array() function for?
What is the most efficient way to combine & extract an array of about 20 separate digits (all 0-9) in a single mysql field (e.g. 1,2,1,0,5 as 12105)?
Can I use sizeof with multi-dimensional arrays?
What is the in_array() function for?
Can I use sizeof with multi-dimensional arrays?
How can I reverse a array in PHP 3.0?
What is the most efficient way to combine & extract an array of about 20 separate digits (all 0-9) in a single mysql field (e.g. 1,2,1,0,5 as 12105)?
How do I read a file into an array?
Any better way to get the last element of an array than $array[array_pop(array_keys($array))]?
I need to make an Array of all the items in one field of my db. Any ideas?
Unanswered Questions
how do you read a file into a multidimensional array?
If i have an array of objects stored in $db made form xml doc,how do I get at the values?
How do I preform a Unix-like Diff on two arrays?
How do I preform a Unix-like Diff on two arrays?
The function extract($_GET, EXTR_PREFIX_ALL, 'g_') does not work for me. Any ideas why not?