Data cleaning: Difference between revisions

Jump to navigation Jump to search
m
Line 479: Line 479:


echo bin2hex('12345678') . PHP_EOL;
echo bin2hex('12345678') . PHP_EOL;
## Result of above script: 3132333435363738 (You mat notice the difference of query result is C2A0)
## Result of above script: 3132333435363738 (You mat notice the difference of script result is C2A0)


</pre>
</pre>

Navigation menu