php substr silmek?

0 Cevap php

I have an game ip in my database, like so: "271.29.248.23:27912"

I want the substring to take the last 5 numbers "27912" and also i want to delete the ":". Is that possible and could someone help me?

Ve eğer mümkünse ben böyle olmasını numaralarını istiyorum böylece daha kolay olurdu ...

$ip = "271.29.248.23";
$port = "27912";

Lütfen bana yardım edin, ben bir komut dosyası için bu gerekir: (

0 Cevap