source: www/manuals/PHP_manual/function.imagecreatefromstring.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 2.5 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>imagecreatefromstring</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Image functions"
13HREF="ref.image.html"><LINK
14REL="PREVIOUS"
15TITLE="imagecreatefrompng"
16HREF="function.imagecreatefrompng.html"><LINK
17REL="NEXT"
18TITLE="imagecreatefromwbmp"
19HREF="function.imagecreatefromwbmp.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.imagecreatefrompng.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.imagecreatefromwbmp.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.imagecreatefromstring"
75></A
76>imagecreatefromstring</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN31457"
81></A
82><P
83> (PHP 4 &#62;= 4.0.4)</P
84>imagecreatefromstring&nbsp;--&nbsp;Create a new image from the image stream in the string</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN31460"
89></A
90><H2
91>Description</H2
92>resource <B
93CLASS="methodname"
94>imagecreatefromstring</B
95> ( string image)<BR
96></BR
97><P
98>&#13; <B
99CLASS="function"
100>imagecreatefromstring()</B
101> returns an image identifier
102 representing the image obtained from the given string.
103 </P
104></DIV
105><DIV
106CLASS="NAVFOOTER"
107><HR
108ALIGN="LEFT"
109WIDTH="100%"><TABLE
110SUMMARY="Footer navigation table"
111WIDTH="100%"
112BORDER="0"
113CELLPADDING="0"
114CELLSPACING="0"
115><TR
116><TD
117WIDTH="33%"
118ALIGN="left"
119VALIGN="top"
120><A
121HREF="function.imagecreatefrompng.html"
122ACCESSKEY="P"
123>Pøedcházející</A
124></TD
125><TD
126WIDTH="34%"
127ALIGN="center"
128VALIGN="top"
129><A
130HREF="index.html"
131ACCESSKEY="H"
132>Domù</A
133></TD
134><TD
135WIDTH="33%"
136ALIGN="right"
137VALIGN="top"
138><A
139HREF="function.imagecreatefromwbmp.html"
140ACCESSKEY="N"
141>Dal¹í</A
142></TD
143></TR
144><TR
145><TD
146WIDTH="33%"
147ALIGN="left"
148VALIGN="top"
149>imagecreatefrompng</TD
150><TD
151WIDTH="34%"
152ALIGN="center"
153VALIGN="top"
154><A
155HREF="ref.image.html"
156ACCESSKEY="U"
157>Nahoru</A
158></TD
159><TD
160WIDTH="33%"
161ALIGN="right"
162VALIGN="top"
163>imagecreatefromwbmp</TD
164></TR
165></TABLE
166></DIV
167></BODY
168></HTML
169>
Note: See TracBrowser for help on using the repository browser.