pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-07-29
2014-07-29 07:19:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4b9920942d281be184e862a554ff7b33de73a835 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Documentation: Added some crossreferences for *.secure().
1341:
*! *! Marks the string as secure, which will clear the memory area *! before freeing the string.
+
*!
+
*! @seealso
+
*! @[Object.secure()]
*/ PIKEFUN string string_secure(string str) optflags OPT_SIDE_EFFECT;
1355:
*! *! Marks the object as secure, which will clear the memory area *! before freeing the object.
+
*!
+
*! @seealso
+
*! @[String.secure()]
*/ PIKEFUN object object_secure(object obj) optflags OPT_SIDE_EFFECT;