Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $formats = array( 1, 2, 3, 4, 5 ); for ( $i = count( $formats ); 0 < $i; $i-- ) { ..
Decoded Output download
<?php
$formats = array( 1, 2, 3, 4, 5 );
for ( $i = count( $formats ); 0 < $i; $i-- ) {
$playlist_key = sprintf( 'adaptive_%d', $i );
} ?>
Did this file decode correctly?
Original Code
<?php
$formats = array( 1, 2, 3, 4, 5 );
for ( $i = count( $formats ); 0 < $i; $i-- ) {
$playlist_key = sprintf( 'adaptive_%d', $i );
}
Function Calls
count | 1 |
sprintf | 1 |
Stats
MD5 | 6ed316ad2ae2f7bee470d5079c4f98d5 |
Eval Count | 0 |
Decode Time | 52 ms |