Search / 8 posts tagged PHP Arrays

Subscribe
  1. No one has claimed this blog

    Etienne Kneuss' Blog: SplFastArray to speed up your PHP arrays

    http://computer-internet.marc8.com/ etienne-kneuss-blog-splfastarray-speed-your-…

    Etienne Kneuss has posted about a new part of the Standard PHP Library that creates arrays that are up to thirty percent faster than normal methods - SplFastArray. read more

  2. No one has claimed this blog

    SplFastArray to speed up your PHP arrays - Etienne Kneuss

    http://computer-internet.marc8.com/ splfastarray-speed-your-php-arrays-etienne-k…

    Antony got the idea to implement a C-like array wrapper in SPL: SplFastArray. The main advantage of that class is performance, it's indeed faster than PHP arrays. How so? No free lunch: The speedup comes from the fact that non-numeric indexes are not allowed and that the array is of fixed size (which means no hashing and continuous memory storage).

  3. View all »

    Videos about PHP Arrays

    1. PHP Tutorial - 10 - Arrays
    2. PHP Arrays
    3. PHP Arrays Exercise
    4. PHP Tutorial - 11 - Associative Arrays
  4. No one has claimed this blog

    Brian Moon's Blog: Short Array Syntax for PHP

    http://computer-internet.marc8.com/ brian-moons-blog-short-array-syntax-php

    There's been some talk floating around about a proposed additional syntax for creating arrays in PHP. Brian Moon sums it up nicely in a new post to his blog. read more

  5. No one has claimed this blog

    Harry Roberts' Blog: Manipulating PHP arrays with SQL

    http://computer-internet.marc8.com/ harry-roberts-blog-manipulating-php-arrays-s…

    Harry Roberts has a quick post to his blog today showing a method he's come up with to handle PHP arrays from inside of SQL statements (a port of the JsonSQL library to PHP). read more

  6. Photo of arvindgupta

    Arrays and Array Processing in PHP

    http://learning-computer-programming.blogspot.com/ 2008/ 04/ arrays-and-array-pr…

    Arrays are a set of variables of the same data type. If you’ve ever programmed before you should be knowing about it. but PHP takes arrays to the next level by providing so many useful in-built features to operate on them, let’s see some of them.

  7. No one has claimed this blog

    PHP array_walk(): Run an array through a function

    http://www.developertutorials.com/ blog/ php/ functions/ php-array_walk-run-an-a…

    If you’ve been developing with PHP for a while, you’ve probably come across this situation in the past: <?php foreach ($somearray as &$element) { $element = some_function($element); } It’s a common sight: taking an array and running (well, walking) its elements through a particular function.

  8. Photo of valeriejoy

    PHP Arrays

    http://blog.3rdbee.com/ ?p=38

    PHP Arrays My very first encounter with arrays were very traumatic, I was certain I’ve just met my first programming nightmare. You see, I was asked to report on arrays, and I must say, I didn’t understand a word I was saying. But that was ancient history. Now, I’m such an array fanatic, I use arrays whenever possible.

    169 days ago by valeriejoy in valeriejoy · Authority: 43
  9. No one has claimed this blog

    Prevent Deleting Files Which are Inside Shared Folder

    http://itknowledgeexchange.techtarget.com/ itanswers/ prevent-deleting-files-whi…

    New Question Created by Gowtham12

    Rising and falling

    Technorati data powered by Truviso

    Mentions by Day

    Posts tagged PHP Arrays per day for the past 30 days.

    Chart of results for PHP Arrays

    See your posts here

    To contribute to this page, include this code in your blog post: