Skip to content

Instantly share code, notes, and snippets.

View msztolcman's full-sized avatar
🙈

Marcin Sztolcman msztolcman

🙈
View GitHub Profile
<?php
function p ($s) {
echo $s . "\n";
}
$str = 'a:b:c:d:e\:f\\\\:g';
function spl ($str, $delim, $escape='\\') {
if (strlen ($delim) != 1) {
return;
}