PHP вход, разделенный пространством

// STDIN ~= fopen("php://stdin", "r");
fscanf(STDIN, "%s %s", $var_1, $var_2);
Fahim Foysal