• Printing Arrays and objects

      0 comments

    What methods can be used to debug or print an array or object?

    print_r() or var_dump()

  • Associative and enumerative arrays

      1 comment

    Does PHP support associative arrays?

    Yes it does.