php var_export to string

$someString = var_export($anyVariable, true);
Brainy Bison