[ create a new paste ] login | about

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

PHP, pasted on Dec 16:
1
2
3
4
<?php 
$data = '52_42_80_103';
echo array_pop(explode('_', $data));
?>


Output:
1
103


Create a new paste based on this one


Comments: