version 1.1, 2012/02/21 23:48:05
|
version 1.1.1.4, 2013/10/14 08:02:43
|
Line 2
|
Line 2
|
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| PHP Version 5 | |
| PHP Version 5 | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Copyright (c) 1997-2012 The PHP Group | | | Copyright (c) 1997-2013 The PHP Group | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| This source file is subject to version 3.01 of the PHP license, | |
| This source file is subject to version 3.01 of the PHP license, | |
| that is bundled with this package in the file LICENSE, and is | |
| that is bundled with this package in the file LICENSE, and is | |
Line 22
|
Line 22
|
|
|
The pbuf parameter of all spprintf version receives a pointer to the allocated |
The pbuf parameter of all spprintf version receives a pointer to the allocated |
buffer. This buffer must be freed manually after usage using efree() function. |
buffer. This buffer must be freed manually after usage using efree() function. |
The buffer will allways be terminated by a zero character. When pbuf is NULL | The buffer will always be terminated by a zero character. When pbuf is NULL |
the function can be used to calculate the required size of the buffer but for |
the function can be used to calculate the required size of the buffer but for |
that purpose snprintf is faster. When both pbuf and the return value are 0 |
that purpose snprintf is faster. When both pbuf and the return value are 0 |
than you are out of memory. |
than you are out of memory. |