php var_export à la chaîne
$someString = var_export($anyVariable, true);
Brainy Bison
$someString = var_export($anyVariable, true);