3.144.86.138 |    

Navigation

Google Advertisement

Diese Funktion lädt eine angegebene Website herunter (Quelltext wird angezeigt).

curl
  1. def curl( address ):
  2.     """curl --- Download a web page and display the source code.
  3.  
  4.     (string) string curl( (string) address )"""
  5.     from urllib2 import urlopen
  6.     fh = urlopen(address)
  7.     page = fh.read()
  8.     fh.close()
  9.     return page
Parsed in 0.002 seconds at 154.50 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 2 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)