We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4fcaa3 + fc9aa53 commit 7078676Copy full SHA for 7078676
classes/format.html
@@ -133,6 +133,12 @@ <h4>XML</h4>
133
<td><pre class="php"><code>false</code></pre></td>
134
<td>Whether to use CDATA in nodes</td>
135
</tr>
136
+ <tr>
137
+ <th>bool_representation</th>
138
+ <td>mixed</td>
139
+ <td><pre class="php"><code>null</code></pre></td>
140
+ <td>How booleans must be represented (0/1 vs false/true)</td>
141
+ </tr>
142
</tbody>
143
</table>
144
0 commit comments