PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE albedo_asp_words (Word text); INSERT INTO albedo_asp_words VALUES ('WTF?!!! ');
Copy Clear
Copy Format Clear
<?php $strn = strval(decbin(10)); var_dump($strn); $count = substr_count('1', $strn); print_r($count);
Show:  
Copy Clear