satie83


Member since 03/19/2012

9 snippets

18715 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

satie83's Recent PHP Snippets



« Prev 1 Next »
In SQL I can get this by adding AND to the join LEFT JOIN installations i ON a.id = i.app AND i.page = :page This way I get the installation info for an app that has an installation on the page, but I get null values on the columns for app's that...
0 5222 posted 11 years ago by satie83
Der folgende Codeschnipsel enthält keinerlei Überprüfungen der übergebenen Parameter, diese sollten für den produktiven Einsatz noch nachgepflegt werden. Wie man sieht, ist die Berechnung von Wochendenden und Feiertagen recht einfach. Diese Ber...
1 1881 posted 12 years ago by satie83
I want to extract the numbers from a string that contains numbers and letters like
0 3334 posted 12 years ago by satie83
Sometimes it’s helpful to ONLY get numeric characters. Phone numbers, age — whatever your little PHP heart desires.
0 3010 posted 13 years ago by satie83
Once in a while we need to check whether a string contains substring, some other string or characters or a value. Checking for existence of a string (or substring) inside another string is easier than it might seem. The following article describes ho...
0 1821 posted 13 years ago by satie83
Example calculate yesterday, but if you multiply by some number you can get in an easy way, weeks, months or years
0 3062 posted 13 years ago by satie83
This function checks if the $stringComplete variable ends with the string $endString.
0 1571 posted 14 years ago by satie83
A nice way to do sorting of a key on a multi-dimensional array - DavidG
0 2049 posted 14 years ago by satie83
Converts a php object to an associative array
1 6131 posted 14 years ago by satie83
« Prev 1 Next »