Documentation

Random.php

Random Number Generator

PHP version 5

Here's a short example of how to use this library:

Tags
category

Crypt

author

Jim Wigginton terrafrost@php.net

copyright

2007 Jim Wigginton

license

http://www.opensource.org/licenses/mit-license.html MIT License

link
http://phpseclib.sourceforge.net

Interfaces, Classes and Traits

Random
Pure-PHP Random Number Generator

Table of Contents

phpseclib_safe_serialize()  : mixed
Safely serialize variables

Functions

phpseclib_safe_serialize()

Safely serialize variables

phpseclib_safe_serialize(mixed &$arr) : mixed

If a class has a private __sleep() method it'll give a fatal error on PHP 5.2 and earlier. PHP 5.3 will emit a warning.

Parameters
$arr : mixed
Tags
access

public

Return values
mixed

Search results