Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8004277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:52:16+00:00 2026-06-04T16:52:16+00:00

I have the following hex format in string variable: $str = 0dae28; I would

  • 0

I have the following hex format in string variable:

$str = "0dae28";

I would like to send the above as hex value (e.g. 0x0dae28) via the socket interface using:

socket_write($spawn,$output,strlen($output));

Therefore, I am curious on what should I do to go from $str to $output so that $output is sent as hex formatted data.

Any input is much appreciated. Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T16:52:17+00:00Added an answer on June 4, 2026 at 4:52 pm

    Use PHP’s hex2bin() function:

    Example #1 hex2bin() example

    <?php
    $hex = hex2bin("6578616d706c65206865782064617461");
    var_dump($hex);
    ?>


    The above example will output something similar to:

    string(16) "example hex data"

    Thus, in your case:

    $output = hex2bin($str);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have following hex value CString str; str = T(FFF000); How to convert this
I have the following hex value store in a variable: 0x04a8f5 I want to
I would like to have an JSON like data format with the following features:
hi guys I have the following file format in hex were as each letter
I would like to come up with as many HEX HTML values to have
If you have the following code: cout << hex << 10; The output is
I have the following file format | 00 00 07 09 | for example
I have the following know pair of hex values and dates: 7D 92 D2
I have the following Objective-C function: +(NSString *)stringToSha1:(NSString *)str{ NSMutableData *dataToHash = [[NSMutableData alloc]
I have a file with the following content with some characters are UTF-8 hex

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.