Discussion on:

5
Comments

Join the conversation!

Follow via:
RSS
Email Alert
The table is also available in downloadable PDF:
http://techrepublic.com.com/5138-3513-5792845.html

Of the over 60 PHP array functions, this document has listed only 17. Which functions would you include in the next version of this table?
1 Vote
+ -
I have to agree with Mr. Kaelin. PHP has a vast array of 'array' functions, which this list does not to PHP justice. Plus, if your interested in becoming Zend Certified, besure to know more than just the 17 listed in this table.
I have the following arrays:

volume_array=(100,200,350,400); and
height_array=(1,5,8,10);

a height_array value corresponds to a value in the volume_array with the same key.

Does someone know how to efficiently get the corresponding volume for a height of 7 assuming a linear relationship?

I have been looking at the php array functions for sometime now without any luck.
0 Votes
+ -
First, my apologies for the lenght of this message. I have the following array which includes a Twitter direct message that i pulled with this method: [code] $direct_message = $OAuth->get('https://api.twitter.com/1/direct_messages.json?count=1&page=');
echo " ";
print_r ($direct_message);
echo " test
)

)
0 Votes
+ -
Thanks
ridemeup 26th Sep
Im very new to php , just learning from online resources and to figure out and searching for info about "offset the post or category" through Google search. as i like to implement that to me personal website : http://bestway2earnmoney.com/ , I found your blog through internet. I have read this article and gather lots of knowledge. Thanks for the nice info. I love your content quality explanation style. Im sure that your article helps me.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.