Skip to content

Added 64bits detection #1

@halojoy

Description

@halojoy

I like your browser detection script.
I however missed 64 bits detection.
It is very easy to add.
Here is my code

	 OS DETECTION
		--------------
		*/
        
        // 64 bits Detection
        $data = 'WOW64|Win64|AMD64|x86_64|x86-64|ia64|IRIX64|ppc64|sparc64|x64;|x64_64';
        if ($this->matchi_ua($data))
            $this->result_os_64bit = 'yes';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions