Compdigitec Labs

« | Home | »

Changing the user agent of PHP

By admin | August 20, 2008

If you ever need to adjust or change the default user agent that PHP accesses pages with (http and ftp wrappers) because either the default PHP user agent was blocked (“PHP”) or you wrote a bot with PHP and wish to customize it, you can do so easily with a php directive called “user_agent”. Note that 3rd party ways (such as cURL) are not affected by this setting.

To set it, you can use the following function:

<?php

function set_php_user_agent($useragent = ‘PHP’) {
$u = strval($useragent);
if(
ini_set(‘user_agent’,$u) === false) {
$r = false;
} else {
$r = true;
}
return
$r;
}

// Example:
set_php_user_agent(‘TestAgent/1.0 (http://www.example.com/testagent/)’);

?>

To get you started, here are some user agents for you to use or test:

If you found this article interesting or helpful, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more interesting articles!

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Internet, PHP | 65 Comments »

65 Responses to “Changing the user agent of PHP”

  1. Boonforal Says:
    October 6th, 2025 at 15:06

    ขอบคุณสำหรับบทความดี ๆ เกี่ยวกับงานศพ
    พวงหรีดเป็นสัญลักษณ์ของการไว้อาลัยที่มีความหมายมาก
    ดิฉันเคยใช้บริการร้านพวงหรีดจัดส่งถึงวัด ซึ่งทั้งสะดวกและตรงเวลา
    แนะนำสำหรับใครที่กำลังมองหาพวงหรีดครับ

    Also visit my site Boonforal

  2. ดอกไม้งานศพ Says:
    October 6th, 2025 at 20:02

    บทความนี้ให้ข้อมูลน่าสนใจเกี่ยวกับการแสดงความเคารพผู้ล่วงลับ
    พวงหรีดที่เหมาะสมช่วยแสดงความอาลัยได้อย่างสุภาพ

    ผมเคยใช้บริการพวงหรีดออนไลน์ ซึ่งทั้งสะดวกและตรงเวลา
    แนะนำสำหรับใครที่กำลังมองหาพวงหรีดครับ

    Also visit my web ste – ดอกไม้งานศพ

  3. ดอกไม้งานศพ Says:
    October 7th, 2025 at 03:12

    ขอบคุณสำหรับบทความดี ๆ เกี่ยวกับการไว้อาลัย
    พวงหรีดเป็นสัญลักษณ์ของการไว้อาลัยที่มีความหมายมาก
    ผมเคยใช้บริการพวงหรีดออนไลน์ ซึ่งทั้งสะดวกและตรงเวลา
    แนะนำสำหรับใครที่กำลังมองหาร้านพวงหรีดคุณภาพครับ

    Feeel free to visit my web page ดอกไม้งานศพ

  4. จัดดอกไม้งานพิธี Says:
    October 7th, 2025 at 07:00

    บทความนี้ให้ข้อมูลมีประโยชน์มากครับ ถ้าใครกำลังมองหาร้านจัดดอกไม้งานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

    Here is my web-site … จัดดอกไม้งานพิธี

  5. noobgalore.us Says:
    October 7th, 2025 at 15:02

    ชอบแนวคิดที่แชร์ไว้ในบทความนี้ครับ ถ้าใครกำลังมองหาผู้ให้บริการตกแต่งงานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

    Feeel free to surf to my page … noobgalore.us

  6. Olivia Says:
    October 8th, 2025 at 06:10

    บทความนี้ให้ข้อมูลมีประโยชน์มากครับ ถ้าใครกำลังมองหาผู้ให้บริการตกแต่งงานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

    My web blog Olivia

  7. รับจัดดอกไม้หน้าศพ Says:
    October 8th, 2025 at 07:35

    ขอบคุณสำหรับบทความดี ๆ ครับ ถ้าใครกำลังมองหาผู้ให้บริการตกแต่งงานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

    Visit my homepage :: รับจัดดอกไม้หน้าศพ

  8. Olivia Says:
    October 8th, 2025 at 10:05

    ขอบคุณสำหรับบทความดี ๆ ครับ
    ถ้าใครกำลังมองหาบริการจัดดอกไม้งานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี
    ๆ ครับ

  9. Olivia Says:
    October 8th, 2025 at 13:00

    ขอบคุณสำหรับบทความดี ๆ
    ครับ ถ้าใครกำลังมองหาบริการจัดดอกไม้งานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

    Feel free to surf to my page … Olivia

  10. ufa118 Says:
    October 8th, 2025 at 21:30

    … [Trackback]

    […] Find More on on that Topic: compdigitec.com/labs/2008/08/20/changing-the-user-agent-of-php/ […]

  11. ดอกไม้งานศพ Says:
    October 13th, 2025 at 20:41

    บทความนี้ให้ข้อมูลมีประโยชน์มากเกี่ยวกับการแสดงความเคารพผู้ล่วงลับ

    การเลือกพวงหรีดพัดลมถือเป็นเรื่องสำคัญ
    ดิฉันเคยใช้บริการพวงหรีดออนไลน์ ซึ่งทั้งสะดวกและตรงเวลา
    แนะนำสำหรับใครที่กำลังมองหาร้านพวงหรีดคุณภาพครับ

    Alsso visit my page :: ดอกไม้งานศพ

  12. แชมเปญ Says:
    October 15th, 2025 at 07:57

    Can’t get enough of good glass of wine. Doesn’t matter if it’s dry or sweet, it’s the perfect way to relax.
    Are there anyy wine lovers around? #WhiteWine

    Feel free to visit my web-site :: แชมเปญ

  13. ร้านขายไวน์ Says:
    October 15th, 2025 at 11:11

    Can’t get enugh of goopd vintage wine. From a local vineyard or imported, it’s the perfecht way to relax.
    Aree there any wine lpvers around?

    Check out my web page ร้านขายไวน์

  14. Olivia Says:
    October 26th, 2025 at 13:30

    ขอบคุณสำหรับบทความดี ๆ ครับ
    ถ้าใครกำลังมองหาบริการจัดดอกไม้งานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี
    ๆ ครับ

    Also visit my web-site Olivia

  15. Samara Says:
    October 26th, 2025 at 17:57

    ชอบแนวคิดที่แชร์ไว้ในบทความนี้ครับ ถ้าใครกำลังมองหาบริการจัดดอกไม้งานศพ ผมแนะนำลองดูร้านที่มีผลงานจริงและรีวิวดี ๆ ครับ

Comments