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 1062003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:33:30+00:00 2026-05-16T18:33:30+00:00

I need to figure out how to do some C# code in php, and

  • 0

I need to figure out how to do some C# code in php, and im not sure exactly how.

so first off i need the Split function, im going to have a string like

"identifier 82asdjka271akshjd18ajjd" 

and i need to split the identifier word from the rest. so in C#, i used string.Split(new char{‘ ‘}); or something like that (working off the top of my head) and got two strings, the first word, and then the second part.. i understand that the php split function has been deprecated as of PHP 5.3.0.. so thats not an option, what are the alternatives?

and im also looking for a IndexOf function, so if i had the above code again as an example, i would need the location of 271 in the string, so i can generate a substring.

  • 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-05-16T18:33:31+00:00Added an answer on May 16, 2026 at 6:33 pm

    you can use explode for splitting and strpos for finding the index of one string inside another.

    $a = "identifier 82asdjka271akshjd18ajjd";
    $arr = explode(' ',$a); // split on space..to get an array of size 2.
    $pos = strpos($arr[1],'271'); // search for '271' in the 2nd ele of array.
    echo $pos; // prints 8
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a piece of code where I need to figure out if a
I need some help, I can not seem to figure out how to preload
Hey all i am in need of some help trying to figure out how
I've been trudging through some code for two days trying to figure out why
I've inherited some C# code and need to port it to PHP. Here it
Im having trouble trying to figure out some code someone has suggested and was
After doing some research about namespacing in PHP I'm trying to figure out what
I need to figure out a way to set ValidateRequest at model...I understand that
I need to figure out a way to insert a record with a java.util.Date
I need to figure out the size of a remote file before I download

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.