e6244b4faa64c9659dbd921c8d45f24f22541074
[awesomized/ext-ion] / docs / v0.0 / ion / Serializer / PHP.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 PHP -
7 mdref
8 </title>
9 <meta name="viewport" content="width=1200, initial-scale=0.5">
10 <base href="/v0.0/">
11 <meta http-equiv="Content-Location" content="/v0.0/ion/Serializer/PHP">
12 <link rel="stylesheet" href="index.css">
13
14 <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
15 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
16 <link rel="shortcut icon" href="/v0.0/favicon.ico">
17 </head>
18 <body>
19 <div class="page">
20
21 <div class="sidebar">
22
23 <div class="edit">
24 <a href="./ion/Serializer/PHP">Edit</a>
25 </div>
26
27
28 <ul>
29 <li>&lsh; <a href="./">Home</a>
30
31 <ul>
32 <li>
33
34 &uarr; <a href="./ion">
35 ion
36 </a>
37 <ul>
38 <li>
39
40 &uarr; <a href="./ion/Serializer">
41 Serializer
42 </a>
43 <ul>
44 <li>
45
46 &circlearrowright; <strong><a href="./ion/Serializer/PHP">PHP</a></strong>
47
48
49 <ul>
50
51 <li>
52 &rdsh; <a href="./ion/Serializer/PHP/__construct">PHP::__construct</a>
53
54 </li>
55
56 </ul>
57
58
59 </ul>
60
61 <li>&ldsh; <a href="./ion/Serializer/serialize">Serializer::serialize</a></li>
62
63 </ul>
64
65 </li>
66 </ul>
67
68 </li>
69 </ul>
70 </div>
71
72 <h1>class ion\Serializer\PHP implements ion\Serializer</h1>
73 <p>Specialization of the serializer for PHP.</p>
74 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
75 <p>None.</p>
76 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
77 <ul>
78 <li>public ?ion\Writer\Options $writerOptions<br />
79 Writer options.</li>
80 <li>public bool $multiSequence<br />
81 Whether to write the top level array as multiple ION sequences.</li>
82 <li>public bool $callMagicSerialize<br />
83 Whether to call magic __serialize() methods on objects to serialize.</li>
84 <li>public ?string $callCustomSerialize<br />
85 Whether and which custom serialize method to call on objects to serialize.</li>
86 </ul>
87
88
89
90 <h2 id="Functions:">Functions:</h2>
91 <ul>
92
93 <li>
94 <h3><a href="ion/Serializer/PHP/__construct">PHP::__construct</a></h3>
95 <p>Create a new PHP ION serializer.</p>
96
97 <p>void ion\Serializer\PHP::__construct([?ion\Writer\Options $writerOptions = NULL, [bool $multiSequence = false, [bool $callMagicSerialize = true, [?string $callCustomSerialize = NULL]]]])</p>
98 </li>
99
100 </ul>
101
102
103 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
104 <script>
105 var disqus_shortname = 'mdref';
106 var disqus_identifier = 'ion/Serializer/PHP';
107 </script>
108
109 <footer>
110
111 <ul>
112 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
113 </a></li>
114 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
115 <li>
116 </li>
117 </ul>
118
119 </footer>
120
121 <script src="index.js"></script>
122
123 </div>
124 </body>
125 </html>