function.bbcode-destroy.html
2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Schliesst eine vorhandene BBCode_container Ressource</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.bbcode-create.html">bbcode_create</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.bbcode-parse.html">bbcode_parse</a></div>
<div class="up"><a href="ref.bbcode.html">BBCode Funktionen</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.bbcode-destroy" class="refentry">
<div class="refnamediv">
<h1 class="refname">bbcode_destroy</h1>
<p class="verinfo">(PECL bbcode >= 0.9.0)</p><p class="refpurpose"><span class="refname">bbcode_destroy</span> — <span class="dc-title">Schliesst eine vorhandene BBCode_container Ressource</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.bbcode-destroy-description">
<h3 class="title">Beschreibung</h3>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><strong>bbcode_destroy</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$bbcode_container</code></span>
)</div>
<p class="para rdfs-comment">
Diese Funktion schliesst eine von <span class="function"><a href="function.bbcode-create.html" class="function">bbcode_create()</a></span> geöffnete Ressource.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.bbcode-destroy-parameters">
<h3 class="title">Parameter-Liste</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">bbcode_container</code></dt>
<dd>
<p class="para">
Eine BBCode_Container Ressource, die von <span class="function"><a href="function.bbcode-create.html" class="function">bbcode_create()</a></span> zurückgegeben wird.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.bbcode-destroy-returnvalues">
<h3 class="title">Rückgabewerte</h3>
<p class="para">
Gibt bei Erfolg <strong><code>TRUE</code></strong> zurück. Im Fehlerfall wird <strong><code>FALSE</code></strong> zurückgegeben.
</p>
</div>
</div><hr /><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.bbcode-create.html">bbcode_create</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.bbcode-parse.html">bbcode_parse</a></div>
<div class="up"><a href="ref.bbcode.html">BBCode Funktionen</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>