jgomez


Member since 03/28/2012

Name: Jez G

PHP5, Ruby, HTML5 Developer

4 snippets

1352 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

jgomez's Recent Snippets



« Prev 1 Next »
$asciiData = preg_replace( '/[\x7f-\xff]/', '', $dirtyData );
0 508 posted 11 years ago by jgomez
Update an empty name column in default_comments
0 477 posted 12 years ago by jgomez
Example: There is a table, 'user', with a column, 'clear', containing values such as: `clear -------- \'animal\' \'pass'\ ` and we would like to retrieve 'animal' and 'pass' ( without the pre & post \' )
0 782 posted 12 years ago by jgomez
If you want to use this in a class, change the last line to: ` return array_map(array($this, __FUNCTION__), $object ); `
0 608 posted 12 years ago by jgomez
« Prev 1 Next »