Pinned Loading
-
lightweight-userland-php-enum-exampl...
lightweight-userland-php-enum-example.php 1The ordinary and simplest way to write enum in PHP is:
23class MyEnum {
4const val1 = "val1";
5const val2 = "val2";
-
mysql stored procedure proper_date c...
mysql stored procedure proper_date clean-up text field from unstructured text. valid mysql date remain intact, invalid date converted to null. 1DELIMITER $$
2CREATE DEFINER=`root`@`localhost` FUNCTION `proper_date`(`value` TEXT)
3RETURNS TEXT
4LANGUAGE SQL
5DETERMINISTIC
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.