bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

254
active users

#MySQLi

0 posts0 participants0 posts today
Umpire DB<p><a href="https://mstdn.plus/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> operations on <a href="https://mstdn.plus/tags/mysqli" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mysqli</span></a> are a treat. They return either the expected object, or a true/false boolean. <br> <br>Connection fails? Boolean. Succeeds? Connection object. Preparing an <a href="https://mstdn.plus/tags/SQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQL</span></a> statement fails? Boolean. Succeeds? Statement object. Binding parameters to prepared statement fails? Boolean. Succeeds? Boolean. Executing the statement fails? Boolean. Succeeds? Boolean as well, or an associative array, depending on intent. <br> <br>And thanks.</p>