|
Puzzle Poker is an easy new
PHP Dump is an
puzzle game based upon
enhanced version of the
poker. Cards are dealt and
var_dump PHP function. It
you form as many poker hands
can be used during debugging
as you can before the clock
to quickly output and
runs down. Better poker
display many data types,
hands win more chips you
including multi-dimensional
win. Create online
arrays and MySQL result
clubhouses. Win awards in
sets. It will output the
your trophy case.
data in an easy to read
format.
Features:
-
Support for: strings,
integers, floats, Booleans,
arrays &
multidimensional arrays,
mysql result sets, objects,
streams, timestamps &
null values.
- Able to
output data with or without
“nice” css formatting.
-
Supports nesting of
different data types, eg. An
array could contain a mysql
result set, which could in
turn contain Booleans,
integers etc.
- Provides
tool tips describing what
data type each outputted
variable is.
- Will
default to using var_dump in
the event that it doesn’t
support the given variable
type (output will be wrapped
in pre tags for ease of
reading).
- SQL Query
support (code highlighting
and formatting).
Date: Aug, 21 2006 Date: Jan, 25 2006 |