[ create a new paste ] login | about

Link: http://codepad.org/x7Gr6Blc    [ raw code | output | fork ]

PHP, pasted on Mar 31:
1
2
3
4
5
6
<?php

$value = '2010-01-01 12:30:45';
var_dump($value['everythingistrue']);

?>


Output:
1
string(1) "2"


Create a new paste based on this one


Comments: