işlevi 'echo' kullanırken, neden sonuç önceki satıra görünmüyor?

0 Cevap php

Ben bir bağlantılı tablonun otherside id dışarı yankılandı bir işlevi yazdı.

Ben işlevini aradığını sayfasında yazarken -

echo "<br/>getalbumartistfunction: ".get_albumartistid($thisalbum);

it returns the artist_id number on the line above where I have that function call. So I went into the function and switched it from 'echo' to 'return' and it now appears right after the colons like I would expect (and is probably more along the lines of what I need).

Yani çalışıyor. Fonksiyon echo olarak ayarlandığında, önceki satırda sonucu göstermek istiyorum Ama neden son derece karıştı.

0 Cevap