Mungkin banyak sekali pertanyaan bagaimana cara memotong tulisan yang panjangnya se-abrek pada PHP, kalo menggunakan printah substr() secara langsung kayaknya kurang wokeh deh karena tiap paragraph be… more →
Ian Lubisanutwalidera wrote 2 months ago: In this post, I would like to demonstrate how each character function behaves with its string input; … more →
suryodesign wrote 2 months ago: kita dapat menggunakan substr untuk mendapatkan sebagian kata dalam kalimat , berikut contoh penggun … more →
mohibalvi wrote 3 months ago: What built-in functions/operators are available for manipulating strings? The most useful ones are L … more →
ianbali wrote 9 months ago: Mungkin banyak sekali pertanyaan bagaimana cara memotong tulisan yang panjangnya se-abrek pada PHP, … more →
phpkituz wrote 11 months ago: Hi. Quote from Ronii on August 07 2008 11 10 11 pm. All Anyone knows how to resolve the issue of 117 … more →
Warren.rior wrote 1 year ago: Few days ago, I was not satisfied with the ugly URL of some post, so I hacked “sanitize_title” funct … more →
rvdheij wrote 1 year ago: I needed to pick some statements out of my assembler source based on the instruction (doing a quick … more →
didip wrote 2 years ago: substr() method extracts a specified number of characters in a string, from a start index. Syntax: … more →