>>892
$opts = array(
'socket' => array(
'bindto' => '192.168.0.100:0',
),
);
$context = stream_context_create($opts);
echo file_get_contents('http://www.example.com', false, $context);

http://jp.php.net/manual/ja/context.socket.php