ChrisB: preg_match_all('|Set-Cookie: (.*);|U', $data, $cookies);

Beitrag lesen

Hi,

preg_match_all('|Set-Cookie: (.*);|U', $data, $cookies);

Die linke Pipe würde ich als "suche was rechts daneben steht" verstehen.

Falsch.

Die rechte Pipe mit dem U daneben will mir aber nicht in den Schädel.

Ist jemand so nett und erklärt mir das?

Ja, das Manual.
http://www.php.net/manual/en/regexp.reference.delimiters.php
http://www.php.net/manual/en/reference.pcre.pattern.modifiers.php

MfG ChrisB

--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?