PHP regular expression

/ 49265909/album/11501536/
how to write regular to extract the above 11501536? The regular level is relatively poor, which god will take a look at it? Thank you here

Php
Mar.17,2022

/album\/(\d*)/

preg_match_all('/album\/(\d*)/', '/49265909/album/11501536/', $result);
$targetStr = $result[1];
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b373ce-e5c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b373ce-e5c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?