language/operators/increment.xml
43d07782b514d0c7a8487f2c74063739f302df8d
...
...
@@ -1,6 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<sect1 xml:id="language.operators.increment">
3
3
<title>Incrementing/Decrementing Operators</title>
4
+
<titleabbrev>Increment and Decrement</titleabbrev>
4
5
<para>
5
6
PHP supports pre- and post-increment and decrement operators.
6
7
Those unary operators allow to increment or decrement the value by one.
7
8