Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
Array\n(\n [user] => Array\n (\n [wallet] => Array\n (..
Decoded Output download
<? Array
(
[user] => Array
(
[wallet] => Array
(
[1] => Array
(
[0] => Array
(
[userQuantity] => 89
[ticketId] => 1-8EC3D056
[networkTicketImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]
[backgroundImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/img_bg_tarn_1242x2208.png
[product] => Array
(
[productId] => 1
[productName] => Ticket T plein tarif
[productImageURL] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]
)
)
)
[2] => Array
(
[0] => Array
(
[userQuantity] => 35
[ticketId] => 2-874580E1
[networkTicketImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]
[backgroundImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/img_bg_troyes_1242x2208.png
[product] => Array
(
[productId] => 3
[productName] => Ticket 1 voyage
[productImageURL] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/ticket_1-voyage.png
)
)
?>
Did this file decode correctly?
Original Code
Array\n(\n [user] => Array\n (\n [wallet] => Array\n (\n [1] => Array\n (\n [0] => Array\n (\n [userQuantity] => 89\n [ticketId] => 1-8EC3D056\n [networkTicketImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]\n [backgroundImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/img_bg_tarn_1242x2208.png\n [product] => Array\n (\n [productId] => 1\n [productName] => Ticket T plein tarif\n [productImageURL] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]\n )\n\n )\n\n )\n\n [2] => Array\n (\n [0] => Array\n (\n [userQuantity] => 35\n [ticketId] => 2-874580E1\n [networkTicketImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/[email protected]\n [backgroundImage] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/img_bg_troyes_1242x2208.png\n [product] => Array\n (\n [productId] => 3\n [productName] => Ticket 1 voyage\n [productImageURL] => http://ticket-universel.airweb.fr/ticket-universel/1.3/data/ticket_1-voyage.png\n )\n\n )\n\n
Function Calls
| None |
Stats
| MD5 | 3714dfc22e4326305f4bac341f0878ac |
| Eval Count | 0 |
| Decode Time | 95 ms |