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

Beitrag lesen

Hallo Forum,

Set-Cookie: JSESSIONID=00002NKc4c-GTetS_oc0-dQ6JI5:15oia1nm0; Path=/

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

Die linke Pipe würde ich als "suche was rechts daneben steht" verstehen.
Die rechte Pipe mit dem U daneben will mir aber nicht in den Schädel.

Ist jemand so nett und erklärt mir das?

Grüße aus Berlin,
Jan