Skip to content
Search for:
Search
MENU
MENU
WordPress
TYPO3
React
Shopware
Magento
Linux
PHP
Webdevelopment
Miscellaneous
Music
Search for:
Search
MENU
MENU
WordPress
TYPO3
React
Shopware
Magento
Linux
PHP
Webdevelopment
Miscellaneous
Music
Break to newline
function br2nl($html) { if ($html) { return preg_replace('/<brs?/?>/i', "rn", $html); } }
March 30, 2017
12:00 am
Prev
Convert timestamp to range date string
Easy way to get parent class/method that is calling current method
Next