Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gitlab Testecke
/
Gitlab Testprojekt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit d4988cbd
authored
2015-01-23 08:58:30 +0100
by
Bernd Helm
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
etwas verwüsung geschaffen wie in
#1
gewünscht.
1 parent
4c2c31f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
php-chunked-xhtml/function.array-merge.html
php-chunked-xhtml/function.array-merge.html
View file @
d4988cb
...
...
@@ -19,10 +19,6 @@
<div
class=
"refsect1 description"
id=
"refsect1-function.array-merge-description"
>
<h3
class=
"title"
>
Beschreibung
</h3>
<div
class=
"methodsynopsis dc-description"
>
<span
class=
"type"
>
array
</span>
<span
class=
"methodname"
><strong>
array_merge
</strong></span>
(
<span
class=
"methodparam"
><span
class=
"type"
>
array
</span>
<code
class=
"parameter"
>
$array1
</code></span>
[,
<span
class=
"methodparam"
><span
class=
"type"
>
array
</span>
<code
class=
"parameter"
>
$array2
</code></span>
[,
<span
class=
"methodparam"
><span
class=
"type"
>
array
</span>
<code
class=
"parameter"
>
$...
</code></span>
]] )
</div>
<p
class=
"para rdfs-comment"
>
...
...
@@ -47,8 +43,6 @@
<div
class=
"example-contents"
>
<div
class=
"phpcode"
><code><span
style=
"color: #000000"
>
<span
style=
"color: #0000BB"
>
<
?php
<br
/>
$array1
</span><span
style=
"color: #007700"
>
=
array(
</span><span
style=
"color: #DD0000"
>
"farbe"
</span><span
style=
"color: #007700"
>
=
>
</span><span
style=
"color: #DD0000"
>
"rot"
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #0000BB"
>
2
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #0000BB"
>
4
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
$array2
</span><span
style=
"color: #007700"
>
=
array(
</span><span
style=
"color: #DD0000"
>
"a"
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #DD0000"
>
"b"
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #DD0000"
>
"farbe"
</span><span
style=
"color: #007700"
>
=
>
</span><span
style=
"color: #DD0000"
>
"grün"
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #DD0000"
>
"form"
</span><span
style=
"color: #007700"
>
=
>
</span><span
style=
"color: #DD0000"
>
"trapezoid"
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #0000BB"
>
4
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
$result
</span><span
style=
"color: #007700"
>
=
</span><span
style=
"color: #0000BB"
>
array_merge
</span><span
style=
"color: #007700"
>
(
</span><span
style=
"color: #0000BB"
>
$array1
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #0000BB"
>
$array2
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
print_r
</span><span
style=
"color: #007700"
>
(
</span><span
style=
"color: #0000BB"
>
$result
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
?
>
</span>
</span>
</code></div>
</div>
<div
class=
"example-contents"
><p>
...
...
@@ -61,7 +55,6 @@ Array
[farbe] =
>
grün
[0] =
>
2
[1] =
>
4
[2] =
>
a
[3] =
>
b
[form] =
>
trapezoid
[4] =
>
4
...
...
@@ -72,17 +65,15 @@ Array
</p>
<p
class=
"para"
>
<div
class=
"example"
id=
"example-4923"
>
<p><strong>
Beispiel #2 Einfaches
<span
class=
"function"
><strong>
array_merge()
</strong></span>
Beispiel
</strong></p>
<div
class=
"example-contents"
>
<div
class=
"phpcode"
><code><span
style=
"color: #000000"
>
<span
style=
"color: #0000BB"
>
<
?php
<br
/>
$array1
</span><span
style=
"color: #007700"
>
=
array();
<br
/></span><span
style=
"color: #0000BB"
>
$array2
</span><span
style=
"color: #007700"
>
=
array(
</span><span
style=
"color: #0000BB"
>
1
</span><span
style=
"color: #007700"
>
=
>
</span><span
style=
"color: #DD0000"
>
"data"
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
$result
</span><span
style=
"color: #007700"
>
=
</span><span
style=
"color: #0000BB"
>
array_merge
</span><span
style=
"color: #007700"
>
(
</span><span
style=
"color: #0000BB"
>
$array1
</span><span
style=
"color: #007700"
>
,
</span><span
style=
"color: #0000BB"
>
$array2
</span><span
style=
"color: #007700"
>
);
<br
/></span><span
style=
"color: #0000BB"
>
?
>
</span>
</span>
</code></div>
</div>
<div
class=
"example-contents"
><p>
Vergessen Sie nicht, dass numerische Schlüssel neu numeriert werden!
</p></div>
Vergessen Sie nicht, dass numerische Schlüssel neu numeriert werden!
@areisch
Alexander Reisch
@areisch
commented
2015-01-23 09:58:33 +0100
Master
test comment
</div>
<div
class=
"example-contents screen"
>
<div
class=
"cdata"
><pre>
Array
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment