irokemr

versión de cada aplicacion de googleplay

May 12th, 2020
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $id = "AQUÍ EL ID DE LA APP DE GOOGLEPLAY ejemplo: me.pou.app";
  4. $page= file_GET_contents("https://play.google.com/store/apps/details?id=$id");
  5. $home2 = '<br>
  6.  
  7.            
  8.     </br>';
  9. $figure1 = explode ('<div class="hAyfc"><div class="BgcNfc">Current Version</div><span class="htlgb"><div class="IQ1z0d"><span class="htlgb">', $page);
  10. $figure2 = explode ('</span>', $figure1[1]);
  11. echo $figure2[0];
  12. ?>
Add Comment
Please, Sign In to add comment